#CAAACA

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

Shades of Lilac #CAAACA

Tints of Lilac #CAAACA

Color information

#CAAACA (or 0xCAAACA) is unknown color: approx Lilac. HEX triplet: CA, AA and CA. RGB value is (202,170,202). Sum of RGB (Red+Green+Blue) = 202+170+202=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 170 (66.80% from 255 or 29.62% from 574); Blue value is 202 (79.30% from 255 or 35.19% from 574); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CAAACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAACA is #355535. Grayscale: #B7B7B7. Windows color (decimal): -3495222 or 13281994. OLE color: 13281994.

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

Color convert

RGB202170202-
CMYK00.1600.21
HSL300º23.19%72.94%-
HSV(B)300º15.84%79.22%-
XYZ49.3945.5762.07-
YUV183.22138.6141.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.19%
GREEN value IS 170 (66.80% from 255) = 29.62%
BLUE value IS 202 (79.30% from 255) = 35.19%
R=35.19%
G=29.62%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217020200.1600.2130023.1972.94
HexCAAACA01001512c1749
Octal31225231202002545427111
Binary110010101010101011001010010000010101100101100101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAACA; }

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

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

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

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

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

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

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

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