#C5ABC1

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

Shades of Lilac #C5ABC1

Tints of Lilac #C5ABC1

Color information

#C5ABC1 (or 0xC5ABC1) is unknown color: approx Lilac. HEX triplet: C5, AB and C1. RGB value is (197,171,193). Sum of RGB (Red+Green+Blue) = 197+171+193=561 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.12% from 561); Green value is 171 (67.19% from 255 or 30.48% from 561); Blue value is 193 (75.78% from 255 or 34.40% from 561); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ABC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ABC1 is #3A543E. Grayscale: #B5B5B5. Windows color (decimal): -3822655 or 12692421. OLE color: 12692421.

HSL color Cylindrical-coordinate representation of color #C5ABC1: hue angle of 309.23º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5ABC1 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB197171193-
CMYK00.130.020.23
HSL309.23º18.31%72.16%-
HSV(B)309.23º13.2%77.25%-
XYZ47.2144.8556.62-
YUV181.28134.61139.21-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.12%
GREEN value IS 171 (67.19% from 255) = 30.48%
BLUE value IS 193 (75.78% from 255) = 34.40%
R=35.12%
G=30.48%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717119300.130.020.23309.2318.3172.16
HexC5ABC10D2171351248
Octal30525330101522746522110
Binary110001011010101111000001011011010111100110101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ABC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ABC1; }

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

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

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

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

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

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

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

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