#CAA9CA

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

Shades of Lilac #CAA9CA

Tints of Lilac #CAA9CA

Color information

#CAA9CA (or 0xCAA9CA) is unknown color: approx Lilac. HEX triplet: CA, A9 and CA. RGB value is (202,169,202). Sum of RGB (Red+Green+Blue) = 202+169+202=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 169 (66.41% from 255 or 29.49% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CAA9CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA9CA is #355635. Grayscale: #B6B6B6. Windows color (decimal): -3495478 or 13281738. OLE color: 13281738.

HSL color Cylindrical-coordinate representation of color #CAA9CA: hue angle of 300º degrees, saturation: 0.24, 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 #CAA9CA is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB202169202-
CMYK00.1600.21
HSL300º23.74%72.75%-
HSV(B)300º16.34%79.22%-
XYZ49.2145.262.01-
YUV182.63138.93141.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.25%
GREEN value IS 169 (66.41% from 255) = 29.49%
BLUE value IS 202 (79.30% from 255) = 35.25%
R=35.25%
G=29.49%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216920200.1600.2130023.7472.75
HexCAA9CA01001512c1849
Octal31225131202002545430111
Binary110010101010100111001010010000010101100101100110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA9CA; }

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

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

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

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

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

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

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

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