Shades of Lilac #C59ABF
Tints of Lilac #C59ABF
RGB
CMYK
RGB Variations
Color information
#C59ABF (or 0xC59ABF) is known color: Lilac. HEX triplet: C5, 9A and BF. RGB value is (197,154,191). Sum of RGB (Red+Green+Blue) = 197+154+191=542 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.35% from 542); Green value is 154 (60.55% from 255 or 28.41% from 542); Blue value is 191 (75% from 255 or 35.24% from 542); Max value from RGB is 197 - color contains mainly: red. Hex color #C59ABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59ABF is #3A6540. Grayscale: #AAAAAA. Windows color (decimal): -3827009 or 12556997. OLE color: 12556997.
HSL color Cylindrical-coordinate representation of color #C59ABF: hue angle of 308.37º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C59ABF is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 154 | 191 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.23 |
| HSL | 308.37º | 0.27% | 0.69% | - |
| HSV(B) | 308.37º | 0.22% | 0.77% | - |
| XYZ | 43.99 | 38.74 | 54.45 | - |
| YUV | 171.08 | 139.25 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 154 | 191 | 0 | 0.22 | 0.03 | 0.23 | 308.37 | 0.27 | 0.69 |
| Hex | C5 | 9A | BF | 0 | 16 | 3 | 17 | 134 | 1B | 45 |
| Octal | 305 | 232 | 277 | 0 | 26 | 3 | 27 | 464 | 33 | 105 |
| Binary | 11000101 | 10011010 | 10111111 | 0 | 10110 | 11 | 10111 | 100110100 | 11011 | 1000101 |
Color Harmonies of #C59ABF
Complementary color
Monochromatic Colors of #C59ABF
Black with #C59ABF
Text Example
Text Example
White with #C59ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59ABF; }
p { color: rgb(197,154,191); }
H1.HeaderClassName
{
color: #C59ABF;
}
.AnyTagClassName
{
color: #C59ABF;
}
</style>
background-color css
<style>
a { background-color: #C59ABF; }
a { background-color: rgb(197,154,191); }
div.DivClassName
{
background-color: #C59ABF;
}
.BgClassName
{
background-color: #C59ABF;
}
</style>
border-color css
<style>
span { border-color: #C59ABF; }
span { border-color: rgb(197,154,191); }
td.TdClassName
{
border-color: #C59ABF;
}
.TagClassName
{
border-color: #C59ABF;
}
</style>