#A055CA

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

Shades of Deep Lilac #A055CA

Tints of Deep Lilac #A055CA

Color information

#A055CA (or 0xA055CA) is unknown color: approx Deep Lilac. HEX triplet: A0, 55 and CA. RGB value is (160,85,202). Sum of RGB (Red+Green+Blue) = 160+85+202=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 85 (33.59% from 255 or 19.02% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #A055CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A055CA is #5FAA35. Grayscale: #787878. Windows color (decimal): -6269494 or 13260192. OLE color: 13260192.

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

Color convert

RGB16085202-
CMYK0.210.5800.21
HSL278.46º52.47%56.27%-
HSV(B)278.46º57.92%79.22%-
XYZ28.4118.2357.9-
YUV120.76173.85155.99-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.79%
GREEN value IS 85 (33.59% from 255) = 19.02%
BLUE value IS 202 (79.30% from 255) = 45.19%
R=35.79%
G=19.02%
B=45.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal160852020.210.5800.21278.4652.4756.27
HexA055CA153A0151163438
Octal24012531225720254266470
Binary1010000010101011100101010101111010010101100010110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A055CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A055CA; }

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

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

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

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

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

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

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

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