#CAA5CA

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

Shades of Lilac #CAA5CA

Tints of Lilac #CAA5CA

Color information

#CAA5CA (or 0xCAA5CA) is unknown color: approx Lilac. HEX triplet: CA, A5 and CA. RGB value is (202,165,202). Sum of RGB (Red+Green+Blue) = 202+165+202=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 165 (64.84% from 255 or 29.00% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CAA5CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA5CA is #355A35. Grayscale: #B4B4B4. Windows color (decimal): -3496502 or 13280714. OLE color: 13280714.

HSL color Cylindrical-coordinate representation of color #CAA5CA: 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.18%. Process color model (Four color, CMYK) of #CAA5CA is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB202165202-
CMYK00.1800.21
HSL300º25.87%71.96%-
HSV(B)300º18.32%79.22%-
XYZ48.4743.7361.76-
YUV180.28140.26143.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.50%
GREEN value IS 165 (64.84% from 255) = 29.00%
BLUE value IS 202 (79.30% from 255) = 35.50%
R=35.50%
G=29.00%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216520200.1800.2130025.8771.96
HexCAA5CA01201512c1a48
Octal31224531202202545432110
Binary110010101010010111001010010010010101100101100110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA5CA; }

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

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

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

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

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

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

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

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