Shades of Deep Lilac #AB61BD
Tints of Deep Lilac #AB61BD
RGB
CMYK
RGB Variations
Color information
#AB61BD (or 0xAB61BD) is known color: Deep Lilac. HEX triplet: AB, 61 and BD. RGB value is (171,97,189). Sum of RGB (Red+Green+Blue) = 171+97+189=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 97 (38.28% from 255 or 21.23% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB61BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB61BD is #549E42. Grayscale: #818181. Windows color (decimal): -5545539 or 12411307. OLE color: 12411307.
HSL color Cylindrical-coordinate representation of color #AB61BD: hue angle of 288.26º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB61BD is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 97 | 189 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.26 |
| HSL | 288.26º | 0.41% | 0.56% | - |
| HSV(B) | 288.26º | 0.49% | 0.74% | - |
| XYZ | 30.25 | 20.88 | 50.58 | - |
| YUV | 129.61 | 161.52 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 97 | 189 | 0.10 | 0.49 | 0 | 0.26 | 288.26 | 0.41 | 0.56 |
| Hex | AB | 61 | BD | A | 31 | 0 | 1A | 120 | 29 | 38 |
| Octal | 253 | 141 | 275 | 12 | 61 | 0 | 32 | 440 | 51 | 70 |
| Binary | 10101011 | 1100001 | 10111101 | 1010 | 110001 | 0 | 11010 | 100100000 | 101001 | 111000 |
Color Harmonies of #AB61BD
Complementary color
Monochromatic Colors of #AB61BD
Black with #AB61BD
Text Example
Text Example
White with #AB61BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB61BD; }
p { color: rgb(171,97,189); }
H1.HeaderClassName
{
color: #AB61BD;
}
.AnyTagClassName
{
color: #AB61BD;
}
</style>
background-color css
<style>
a { background-color: #AB61BD; }
a { background-color: rgb(171,97,189); }
div.DivClassName
{
background-color: #AB61BD;
}
.BgClassName
{
background-color: #AB61BD;
}
</style>
border-color css
<style>
span { border-color: #AB61BD; }
span { border-color: rgb(171,97,189); }
td.TdClassName
{
border-color: #AB61BD;
}
.TagClassName
{
border-color: #AB61BD;
}
</style>