#A057E0

Color #A057E0 Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #A057E0

Tints of Amethyst #A057E0

Color information

#A057E0 (or 0xA057E0) is unknown color: approx Amethyst. HEX triplet: A0, 57 and E0. RGB value is (160,87,224). Sum of RGB (Red+Green+Blue) = 160+87+224=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 87 (34.38% from 255 or 18.47% from 471); Blue value is 224 (87.89% from 255 or 47.56% from 471); Max value from RGB is 224 - color contains mainly: blue. Hex color #A057E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A057E0 is #5FA81F. Grayscale: #7B7B7B. Windows color (decimal): -6268960 or 14702496. OLE color: 14702496.

HSL color Cylindrical-coordinate representation of color #A057E0: hue angle of 271.97º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A057E0 is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB16087224-
CMYK0.290.6100.12
HSL271.97º68.84%60.98%-
HSV(B)271.97º61.16%87.84%-
XYZ31.3619.6772.67-
YUV124.44184.18153.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 160 (62.89% from 255) = 33.97%
GREEN value IS 87 (34.38% from 255) = 18.47%
BLUE value IS 224 (87.89% from 255) = 47.56%
R=33.97%
G=18.47%
B=47.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal160872240.290.6100.12271.9768.8460.98
HexA057E01D3D0C110453d
Octal240127340357501442010575
Binary1010000010101111110000011101111101011001000100001000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A057E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A057E0; }

 p { color: rgb(160,87,224); }

 H1.HeaderClassName
 {
   color: #A057E0;
 }
 .AnyTagClassName
 {
   color: #A057E0;
 }
</style>
background-color css

<style>
 a { background-color: #A057E0; }

 a { background-color: rgb(160,87,224); }

 div.DivClassName
 {
   background-color: #A057E0;
 }
 .BgClassName
 {
   background-color: #A057E0;
 }
</style>
border-color css

<style>
 span { border-color: #A057E0; }

 span { border-color: rgb(160,87,224); }

 td.TdClassName
 {
   border-color: #A057E0;
 }
 .TagClassName
 {
   border-color: #A057E0;
 }
</style>