#CA9ACC

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

Shades of Lilac #CA9ACC

Tints of Lilac #CA9ACC

Color information

#CA9ACC (or 0xCA9ACC) is unknown color: approx Lilac. HEX triplet: CA, 9A and CC. RGB value is (202,154,204). Sum of RGB (Red+Green+Blue) = 202+154+204=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 154 (60.55% from 255 or 27.5% from 560); Blue value is 204 (80.08% from 255 or 36.43% from 560); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA9ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9ACC is #356533. Grayscale: #ADADAD. Windows color (decimal): -3499316 or 13408970. OLE color: 13408970.

HSL color Cylindrical-coordinate representation of color #CA9ACC: hue angle of 297.6º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CA9ACC is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB202154204-
CMYK0.010.2500.2
HSL297.6º32.89%70.2%-
HSV(B)297.6º24.51%80%-
XYZ46.8140.0362.39-
YUV174.05144.9147.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.07%
GREEN value IS 154 (60.55% from 255) = 27.5%
BLUE value IS 204 (80.08% from 255) = 36.43%
R=36.07%
G=27.5%
B=36.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2021542040.010.2500.2297.632.8970.2
HexCA9ACC11901412a2146
Octal31223231413102445241106
Binary1100101010011010110011001110010101001001010101000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9ACC; }

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

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

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

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

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

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

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

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