#CA8ACA

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

Shades of Lilac #CA8ACA

Tints of Lilac #CA8ACA

Color information

#CA8ACA (or 0xCA8ACA) is unknown color: approx Lilac. HEX triplet: CA, 8A and CA. RGB value is (202,138,202). Sum of RGB (Red+Green+Blue) = 202+138+202=542 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.27% from 542); Green value is 138 (54.30% from 255 or 25.46% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA8ACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8ACA is #357535. Grayscale: #A4A4A4. Windows color (decimal): -3503414 or 13273802. OLE color: 13273802.

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

Color convert

RGB202138202-
CMYK00.3200.21
HSL300º37.65%66.67%-
HSV(B)300º31.68%79.22%-
XYZ44.113560.31-
YUV164.43149.2154.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.27%
GREEN value IS 138 (54.30% from 255) = 25.46%
BLUE value IS 202 (79.30% from 255) = 37.27%
R=37.27%
G=25.46%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213820200.3200.2130037.6566.67
HexCA8ACA02001512c2643
Octal31221231204002545446103
Binary11001010100010101100101001000000101011001011001001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8ACA; }

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

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

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

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

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

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

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

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