#c5abc2

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

Shades of Lilac #C5ABC2

Tints of Lilac #C5ABC2

Color information

#C5ABC2 (or 0xC5ABC2) is unknown color: approx Lilac. HEX triplet: C5, AB and C2. RGB value is (197,171,194). Sum of RGB (Red+Green+Blue) = 197+171+194=562 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.05% from 562); Green value is 171 (67.19% from 255 or 30.43% from 562); Blue value is 194 (76.17% from 255 or 34.52% from 562); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ABC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ABC2 is #3A543D. Grayscale: #B5B5B5. Windows color (decimal): -3822654 or 12757957. OLE color: 12757957.

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

Color convert

RGB197171194-
CMYK00.130.020.23
HSL306.92º18.31%72.16%-
HSV(B)306.92º13.2%77.25%-
XYZ47.3344.8957.21-
YUV181.4135.11139.13-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.05%
GREEN value IS 171 (67.19% from 255) = 30.43%
BLUE value IS 194 (76.17% from 255) = 34.52%
R=35.05%
G=30.43%
B=34.52%

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
Decimal19717119400.130.020.23306.9218.3172.16
HexC5ABC20D2171331248
Octal30525330201522746322110
Binary110001011010101111000010011011010111100110011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c5abc2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c5abc2; }

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

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

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

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

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

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

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

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