#CA8AC8

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

Shades of Lilac #CA8AC8

Tints of Lilac #CA8AC8

Color information

#CA8AC8 (or 0xCA8AC8) is unknown color: approx Lilac. HEX triplet: CA, 8A and C8. RGB value is (202,138,200). Sum of RGB (Red+Green+Blue) = 202+138+200=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 138 (54.30% from 255 or 25.56% from 540); Blue value is 200 (78.52% from 255 or 37.04% from 540); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8AC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8AC8 is #357537. Grayscale: #A4A4A4. Windows color (decimal): -3503416 or 13142730. OLE color: 13142730.

HSL color Cylindrical-coordinate representation of color #CA8AC8: hue angle of 301.88º 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 #CA8AC8 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB202138200-
CMYK00.320.010.21
HSL301.88º37.65%66.67%-
HSV(B)301.88º31.68%79.22%-
XYZ43.8734.959.07-
YUV164.2148.2154.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.41%
GREEN value IS 138 (54.30% from 255) = 25.56%
BLUE value IS 200 (78.52% from 255) = 37.04%
R=37.41%
G=25.56%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213820000.320.010.21301.8837.6566.67
HexCA8AC802011512e2643
Octal31221231004012545646103
Binary11001010100010101100100001000001101011001011101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8AC8; }

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

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

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

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

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

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

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

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