#CAA7CA

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

Shades of Lilac #CAA7CA

Tints of Lilac #CAA7CA

Color information

#CAA7CA (or 0xCAA7CA) is unknown color: approx Lilac. HEX triplet: CA, A7 and CA. RGB value is (202,167,202). Sum of RGB (Red+Green+Blue) = 202+167+202=571 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.38% from 571); Green value is 167 (65.62% from 255 or 29.25% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CAA7CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA7CA is #355835. Grayscale: #B5B5B5. Windows color (decimal): -3495990 or 13281226. OLE color: 13281226.

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

Color convert

RGB202167202-
CMYK00.1700.21
HSL300º24.82%72.35%-
HSV(B)300º17.33%79.22%-
XYZ48.8444.4661.88-
YUV181.46139.6142.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.38%
GREEN value IS 167 (65.62% from 255) = 29.25%
BLUE value IS 202 (79.30% from 255) = 35.38%
R=35.38%
G=29.25%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216720200.1700.2130024.8272.35
HexCAA7CA01101512c1948
Octal31224731202102545431110
Binary110010101010011111001010010001010101100101100110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA7CA; }

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

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

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

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

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

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

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

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