#CA8ACF

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

Shades of Lilac #CA8ACF

Tints of Lilac #CA8ACF

Color information

#CA8ACF (or 0xCA8ACF) is unknown color: approx Lilac. HEX triplet: CA, 8A and CF. RGB value is (202,138,207). Sum of RGB (Red+Green+Blue) = 202+138+207=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 138 (54.30% from 255 or 25.23% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA8ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8ACF is #357530. Grayscale: #A4A4A4. Windows color (decimal): -3503409 or 13601482. OLE color: 13601482.

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

Color convert

RGB202138207-
CMYK0.020.3300.19
HSL295.65º41.82%67.65%-
HSV(B)295.65º33.33%81.18%-
XYZ44.7135.2463.48-
YUV165151.7154.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.93%
GREEN value IS 138 (54.30% from 255) = 25.23%
BLUE value IS 207 (81.25% from 255) = 37.84%
R=36.93%
G=25.23%
B=37.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021382070.020.3300.19295.6541.8267.65
HexCA8ACF2210131282a44
Octal31221231724102345052104
Binary110010101000101011001111101000010100111001010001010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8ACF; }

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

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

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

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

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

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

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

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