#CAA4CA

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

Shades of Lilac #CAA4CA

Tints of Lilac #CAA4CA

Color information

#CAA4CA (or 0xCAA4CA) is unknown color: approx Lilac. HEX triplet: CA, A4 and CA. RGB value is (202,164,202). Sum of RGB (Red+Green+Blue) = 202+164+202=568 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.56% from 568); Green value is 164 (64.45% from 255 or 28.87% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CAA4CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA4CA is #355B35. Grayscale: #B3B3B3. Windows color (decimal): -3496758 or 13280458. OLE color: 13280458.

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

Color convert

RGB202164202-
CMYK00.1900.21
HSL300º26.39%71.76%-
HSV(B)300º18.81%79.22%-
XYZ48.2943.3761.7-
YUV179.69140.59143.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.56%
GREEN value IS 164 (64.45% from 255) = 28.87%
BLUE value IS 202 (79.30% from 255) = 35.56%
R=35.56%
G=28.87%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216420200.1900.2130026.3971.76
HexCAA4CA01301512c1a48
Octal31224431202302545432110
Binary110010101010010011001010010011010101100101100110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA4CA; }

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

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

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

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

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

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

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

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