Shades of Deep Lilac #AB62B8
Tints of Deep Lilac #AB62B8
RGB
CMYK
RGB Variations
Color information
#AB62B8 (or 0xAB62B8) is known color: Deep Lilac. HEX triplet: AB, 62 and B8. RGB value is (171,98,184). Sum of RGB (Red+Green+Blue) = 171+98+184=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 98 (38.67% from 255 or 21.63% from 453); Blue value is 184 (72.27% from 255 or 40.62% from 453); Max value from RGB is 184 - color contains mainly: blue. Hex color #AB62B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB62B8 is #549D47. Grayscale: #818181. Windows color (decimal): -5545288 or 12083883. OLE color: 12083883.
HSL color Cylindrical-coordinate representation of color #AB62B8: hue angle of 290.93º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB62B8 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 98 | 184 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.28 |
| HSL | 290.93º | 0.38% | 0.55% | - |
| HSV(B) | 290.93º | 0.47% | 0.72% | - |
| XYZ | 29.81 | 20.85 | 47.8 | - |
| YUV | 129.63 | 158.68 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 98 | 184 | 0.07 | 0.47 | 0 | 0.28 | 290.93 | 0.38 | 0.55 |
| Hex | AB | 62 | B8 | 7 | 2F | 0 | 1C | 123 | 26 | 37 |
| Octal | 253 | 142 | 270 | 7 | 57 | 0 | 34 | 443 | 46 | 67 |
| Binary | 10101011 | 1100010 | 10111000 | 111 | 101111 | 0 | 11100 | 100100011 | 100110 | 110111 |
Color Harmonies of #AB62B8
Complementary color
Monochromatic Colors of #AB62B8
Black with #AB62B8
Text Example
Text Example
White with #AB62B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB62B8; }
p { color: rgb(171,98,184); }
H1.HeaderClassName
{
color: #AB62B8;
}
.AnyTagClassName
{
color: #AB62B8;
}
</style>
background-color css
<style>
a { background-color: #AB62B8; }
a { background-color: rgb(171,98,184); }
div.DivClassName
{
background-color: #AB62B8;
}
.BgClassName
{
background-color: #AB62B8;
}
</style>
border-color css
<style>
span { border-color: #AB62B8; }
span { border-color: rgb(171,98,184); }
td.TdClassName
{
border-color: #AB62B8;
}
.TagClassName
{
border-color: #AB62B8;
}
</style>