#C5A2BF

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

Shades of Lilac #C5A2BF

Tints of Lilac #C5A2BF

Color information

#C5A2BF (or 0xC5A2BF) is unknown color: approx Lilac. HEX triplet: C5, A2 and BF. RGB value is (197,162,191). Sum of RGB (Red+Green+Blue) = 197+162+191=550 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.82% from 550); Green value is 162 (63.67% from 255 or 29.45% from 550); Blue value is 191 (75% from 255 or 34.73% from 550); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A2BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A2BF is #3A5D40. Grayscale: #AFAFAF. Windows color (decimal): -3824961 or 12559045. OLE color: 12559045.

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

Color convert

RGB197162191-
CMYK00.180.030.23
HSL310.29º23.18%70.39%-
HSV(B)310.29º17.77%77.25%-
XYZ45.3541.4754.91-
YUV175.77136.6143.14-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.82%
GREEN value IS 162 (63.67% from 255) = 29.45%
BLUE value IS 191 (75% from 255) = 34.73%
R=35.82%
G=29.45%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19716219100.180.030.23310.2923.1870.39
HexC5A2BF0123171361746
Octal30524227702232746627106
Binary1100010110100010101111110100101110111100110110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A2BF; }

 p { color: rgb(197,162,191); }

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

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

 a { background-color: rgb(197,162,191); }

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

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

 span { border-color: rgb(197,162,191); }

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