#CA8ACC

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

Shades of Lilac #CA8ACC

Tints of Lilac #CA8ACC

Color information

#CA8ACC (or 0xCA8ACC) is unknown color: approx Lilac. HEX triplet: CA, 8A and CC. RGB value is (202,138,204). Sum of RGB (Red+Green+Blue) = 202+138+204=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 138 (54.30% from 255 or 25.37% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA8ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8ACC is #357533. Grayscale: #A4A4A4. Windows color (decimal): -3503412 or 13404874. OLE color: 13404874.

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

Color convert

RGB202138204-
CMYK0.010.3200.2
HSL298.18º39.29%67.06%-
HSV(B)298.18º32.35%80%-
XYZ44.3435.0961.56-
YUV164.66150.2154.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.13%
GREEN value IS 138 (54.30% from 255) = 25.37%
BLUE value IS 204 (80.08% from 255) = 37.5%
R=37.13%
G=25.37%
B=37.5%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2021382040.010.3200.2298.1839.2967.06
HexCA8ACC12001412a2743
Octal31221231414002445247103
Binary11001010100010101100110011000000101001001010101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8ACC; }

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

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

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

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

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

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

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

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