#C6ABCA

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

Shades of Lilac #C6ABCA

Tints of Lilac #C6ABCA

Color information

#C6ABCA (or 0xC6ABCA) is unknown color: approx Lilac. HEX triplet: C6, AB and CA. RGB value is (198,171,202). Sum of RGB (Red+Green+Blue) = 198+171+202=571 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.68% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 202 - color contains mainly: blue. Hex color #C6ABCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ABCA is #395435. Grayscale: #B6B6B6. Windows color (decimal): -3757110 or 13282246. OLE color: 13282246.

HSL color Cylindrical-coordinate representation of color #C6ABCA: hue angle of 292.26º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C6ABCA is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB198171202-
CMYK0.020.1500.21
HSL292.26º22.63%73.14%-
HSV(B)292.26º15.35%79.22%-
XYZ48.5145.462.08-
YUV182.61138.95138.98-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.68%
GREEN value IS 171 (67.19% from 255) = 29.95%
BLUE value IS 202 (79.30% from 255) = 35.38%
R=34.68%
G=29.95%
B=35.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1981712020.020.1500.21292.2622.6373.14
HexC6ABCA2F0151241749
Octal30625331221702544427111
Binary110001101010101111001010101111010101100100100101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ABCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ABCA; }

 p { color: rgb(198,171,202); }

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

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

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

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

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

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

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