#CAA4C9

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

Shades of Lilac #CAA4C9

Tints of Lilac #CAA4C9

Color information

#CAA4C9 (or 0xCAA4C9) is unknown color: approx Lilac. HEX triplet: CA, A4 and C9. RGB value is (202,164,201). Sum of RGB (Red+Green+Blue) = 202+164+201=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 164 (64.45% from 255 or 28.92% from 567); Blue value is 201 (78.91% from 255 or 35.45% from 567); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA4C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA4C9 is #355B36. Grayscale: #B3B3B3. Windows color (decimal): -3496759 or 13214922. OLE color: 13214922.

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

Color convert

RGB202164201-
CMYK00.190.000.21
HSL301.58º26.39%71.76%-
HSV(B)301.58º18.81%79.22%-
XYZ48.1843.3261.08-
YUV179.58140.09143.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.63%
GREEN value IS 164 (64.45% from 255) = 28.92%
BLUE value IS 201 (78.91% from 255) = 35.45%
R=35.63%
G=28.92%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216420100.190.000.21301.5826.3971.76
HexCAA4C901301512e1a48
Octal31224431102302545632110
Binary110010101010010011001001010011010101100101110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA4C9; }

 p { color: rgb(202,164,201); }

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

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

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

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

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

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

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