#CA9AD1

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

Shades of Lilac #CA9AD1

Tints of Lilac #CA9AD1

Color information

#CA9AD1 (or 0xCA9AD1) is unknown color: approx Lilac. HEX triplet: CA, 9A and D1. RGB value is (202,154,209). Sum of RGB (Red+Green+Blue) = 202+154+209=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 154 (60.55% from 255 or 27.26% from 565); Blue value is 209 (82.03% from 255 or 36.99% from 565); Max value from RGB is 209 - color contains mainly: blue. Hex color #CA9AD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9AD1 is #35652E. Grayscale: #AEAEAE. Windows color (decimal): -3499311 or 13736650. OLE color: 13736650.

HSL color Cylindrical-coordinate representation of color #CA9AD1: hue angle of 292.36º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CA9AD1 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB202154209-
CMYK0.030.2600.18
HSL292.36º37.41%71.18%-
HSV(B)292.36º26.32%81.96%-
XYZ47.4240.2765.6-
YUV174.62147.4147.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.75%
GREEN value IS 154 (60.55% from 255) = 27.26%
BLUE value IS 209 (82.03% from 255) = 36.99%
R=35.75%
G=27.26%
B=36.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2021542090.030.2600.18292.3637.4171.18
HexCA9AD131A0121242547
Octal31223232133202244445107
Binary11001010100110101101000111110100100101001001001001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9AD1; }

 p { color: rgb(202,154,209); }

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

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

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

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

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

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

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