#CAA0CA

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

Shades of Lilac #CAA0CA

Tints of Lilac #CAA0CA

Color information

#CAA0CA (or 0xCAA0CA) is unknown color: approx Lilac. HEX triplet: CA, A0 and CA. RGB value is (202,160,202). Sum of RGB (Red+Green+Blue) = 202+160+202=564 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.82% from 564); Green value is 160 (62.89% from 255 or 28.37% from 564); Blue value is 202 (79.30% from 255 or 35.82% from 564); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CAA0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA0CA is #355F35. Grayscale: #B1B1B1. Windows color (decimal): -3497782 or 13279434. OLE color: 13279434.

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

Color convert

RGB202160202-
CMYK00.2100.21
HSL300º28.38%70.98%-
HSV(B)300º20.79%79.22%-
XYZ47.5941.9661.47-
YUV177.35141.91145.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.82%
GREEN value IS 160 (62.89% from 255) = 28.37%
BLUE value IS 202 (79.30% from 255) = 35.82%
R=35.82%
G=28.37%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216020200.2100.2130028.3870.98
HexCAA0CA01501512c1c47
Octal31224031202502545434107
Binary110010101010000011001010010101010101100101100111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA0CA; }

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

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

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

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

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

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

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

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