#CAA1CA

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

Shades of Lilac #CAA1CA

Tints of Lilac #CAA1CA

Color information

#CAA1CA (or 0xCAA1CA) is unknown color: approx Lilac. HEX triplet: CA, A1 and CA. RGB value is (202,161,202). Sum of RGB (Red+Green+Blue) = 202+161+202=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 161 (63.28% from 255 or 28.50% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CAA1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA1CA is #355E35. Grayscale: #B1B1B1. Windows color (decimal): -3497526 or 13279690. OLE color: 13279690.

HSL color Cylindrical-coordinate representation of color #CAA1CA: hue angle of 300º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAA1CA is Cyan = 0, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB202161202-
CMYK00.2000.21
HSL300º27.89%71.18%-
HSV(B)300º20.3%79.22%-
XYZ47.7642.3161.53-
YUV177.93141.58145.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.75%
GREEN value IS 161 (63.28% from 255) = 28.50%
BLUE value IS 202 (79.30% from 255) = 35.75%
R=35.75%
G=28.50%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216120200.2000.2130027.8971.18
HexCAA1CA01401512c1c47
Octal31224131202402545434107
Binary110010101010000111001010010100010101100101100111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA1CA; }

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

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

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

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

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

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

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

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