#CA9ACE

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

Shades of Lilac #CA9ACE

Tints of Lilac #CA9ACE

Color information

#CA9ACE (or 0xCA9ACE) is unknown color: approx Lilac. HEX triplet: CA, 9A and CE. RGB value is (202,154,206). Sum of RGB (Red+Green+Blue) = 202+154+206=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 154 (60.55% from 255 or 27.40% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA9ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9ACE is #356531. Grayscale: #AEAEAE. Windows color (decimal): -3499314 or 13540042. OLE color: 13540042.

HSL color Cylindrical-coordinate representation of color #CA9ACE: hue angle of 295.38º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CA9ACE is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB202154206-
CMYK0.020.2500.19
HSL295.38º34.67%70.59%-
HSV(B)295.38º25.24%80.78%-
XYZ47.0540.1263.66-
YUV174.28145.9147.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.94%
GREEN value IS 154 (60.55% from 255) = 27.40%
BLUE value IS 206 (80.86% from 255) = 36.65%
R=35.94%
G=27.40%
B=36.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021542060.020.2500.19295.3834.6770.59
HexCA9ACE2190131272347
Octal31223231623102344743107
Binary11001010100110101100111010110010100111001001111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9ACE; }

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

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

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

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

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

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

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

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