#CAA3CA

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

Shades of Lilac #CAA3CA

Tints of Lilac #CAA3CA

Color information

#CAA3CA (or 0xCAA3CA) is unknown color: approx Lilac. HEX triplet: CA, A3 and CA. RGB value is (202,163,202). Sum of RGB (Red+Green+Blue) = 202+163+202=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 163 (64.06% from 255 or 28.75% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CAA3CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA3CA is #355C35. Grayscale: #B2B2B2. Windows color (decimal): -3497014 or 13280202. OLE color: 13280202.

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

Color convert

RGB202163202-
CMYK00.1900.21
HSL300º26.9%71.57%-
HSV(B)300º19.31%79.22%-
XYZ48.1143.0261.64-
YUV179.11140.92144.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.63%
GREEN value IS 163 (64.06% from 255) = 28.75%
BLUE value IS 202 (79.30% from 255) = 35.63%
R=35.63%
G=28.75%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216320200.1900.2130026.971.57
HexCAA3CA01301512c1b48
Octal31224331202302545433110
Binary110010101010001111001010010011010101100101100110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA3CA; }

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

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

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

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

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

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

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

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