#C5ABC7

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

Shades of Lilac #C5ABC7

Tints of Lilac #C5ABC7

Color information

#C5ABC7 (or 0xC5ABC7) is unknown color: approx Lilac. HEX triplet: C5, AB and C7. RGB value is (197,171,199). Sum of RGB (Red+Green+Blue) = 197+171+199=567 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.74% from 567); Green value is 171 (67.19% from 255 or 30.16% from 567); Blue value is 199 (78.12% from 255 or 35.10% from 567); Max value from RGB is 199 - color contains mainly: blue. Hex color #C5ABC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ABC7 is #3A5438. Grayscale: #B5B5B5. Windows color (decimal): -3822649 or 13085637. OLE color: 13085637.

HSL color Cylindrical-coordinate representation of color #C5ABC7: hue angle of 295.71º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5ABC7 is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB197171199-
CMYK0.010.1400.22
HSL295.71º20%72.55%-
HSV(B)295.71º14.07%78.04%-
XYZ47.945.1260.22-
YUV181.97137.61138.72-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.74%
GREEN value IS 171 (67.19% from 255) = 30.16%
BLUE value IS 199 (78.12% from 255) = 35.10%
R=34.74%
G=30.16%
B=35.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1971711990.010.1400.22295.712072.55
HexC5ABC71E0161281449
Octal30525330711602645024111
Binary11000101101010111100011111110010110100101000101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ABC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ABC7; }

 p { color: rgb(197,171,199); }

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

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

 a { background-color: rgb(197,171,199); }

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

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

 span { border-color: rgb(197,171,199); }

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