#A057CA

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

Shades of Deep Lilac #A057CA

Tints of Deep Lilac #A057CA

Color information

#A057CA (or 0xA057CA) is unknown color: approx Deep Lilac. HEX triplet: A0, 57 and CA. RGB value is (160,87,202). Sum of RGB (Red+Green+Blue) = 160+87+202=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 87 (34.38% from 255 or 19.38% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 202 - color contains mainly: blue. Hex color #A057CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A057CA is #5FA835. Grayscale: #797979. Windows color (decimal): -6268982 or 13260704. OLE color: 13260704.

HSL color Cylindrical-coordinate representation of color #A057CA: hue angle of 278.09º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A057CA is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16087202-
CMYK0.210.5700.21
HSL278.09º52.04%56.67%-
HSV(B)278.09º56.93%79.22%-
XYZ28.5718.5557.95-
YUV121.94173.18155.15-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.63%
GREEN value IS 87 (34.38% from 255) = 19.38%
BLUE value IS 202 (79.30% from 255) = 44.99%
R=35.63%
G=19.38%
B=44.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal160872020.210.5700.21278.0952.0456.67
HexA057CA15390151163439
Octal24012731225710254266471
Binary1010000010101111100101010101111001010101100010110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A057CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A057CA; }

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

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

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

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

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

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

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

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