#C5ABC3

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

Shades of Lilac #C5ABC3

Tints of Lilac #C5ABC3

Color information

#C5ABC3 (or 0xC5ABC3) is unknown color: approx Lilac. HEX triplet: C5, AB and C3. RGB value is (197,171,195). Sum of RGB (Red+Green+Blue) = 197+171+195=563 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.99% from 563); Green value is 171 (67.19% from 255 or 30.37% from 563); Blue value is 195 (76.56% from 255 or 34.64% from 563); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ABC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ABC3 is #3A543C. Grayscale: #B5B5B5. Windows color (decimal): -3822653 or 12823493. OLE color: 12823493.

HSL color Cylindrical-coordinate representation of color #C5ABC3: hue angle of 304.62º 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 #C5ABC3 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.23.

Color convert

RGB197171195-
CMYK00.130.010.23
HSL304.62º18.31%72.16%-
HSV(B)304.62º13.2%77.25%-
XYZ47.4444.9457.8-
YUV181.51135.61139.05-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.99%
GREEN value IS 171 (67.19% from 255) = 30.37%
BLUE value IS 195 (76.56% from 255) = 34.64%
R=34.99%
G=30.37%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717119500.130.010.23304.6218.3172.16
HexC5ABC30D1171311248
Octal30525330301512746122110
Binary11000101101010111100001101101110111100110001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ABC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ABC3; }

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

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

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

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

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

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

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

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