#CAA2CA

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

Shades of Lilac #CAA2CA

Tints of Lilac #CAA2CA

Color information

#CAA2CA (or 0xCAA2CA) is unknown color: approx Lilac. HEX triplet: CA, A2 and CA. RGB value is (202,162,202). Sum of RGB (Red+Green+Blue) = 202+162+202=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 162 (63.67% from 255 or 28.62% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CAA2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA2CA is #355D35. Grayscale: #B2B2B2. Windows color (decimal): -3497270 or 13279946. OLE color: 13279946.

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

Color convert

RGB202162202-
CMYK00.2000.21
HSL300º27.4%71.37%-
HSV(B)300º19.8%79.22%-
XYZ47.9442.6661.58-
YUV178.52141.25144.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.69%
GREEN value IS 162 (63.67% from 255) = 28.62%
BLUE value IS 202 (79.30% from 255) = 35.69%
R=35.69%
G=28.62%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216220200.2000.2130027.471.37
HexCAA2CA01401512c1b47
Octal31224231202402545433107
Binary110010101010001011001010010100010101100101100110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA2CA; }

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

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

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

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

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

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

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

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