Shades of Deep Lilac #AB48BA
Tints of Deep Lilac #AB48BA
RGB
CMYK
RGB Variations
Color information
#AB48BA (or 0xAB48BA) is known color: Deep Lilac. HEX triplet: AB, 48 and BA. RGB value is (171,72,186). Sum of RGB (Red+Green+Blue) = 171+72+186=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 72 (28.52% from 255 or 16.78% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB48BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB48BA is #54B745. Grayscale: #727272. Windows color (decimal): -5551942 or 12208299. OLE color: 12208299.
HSL color Cylindrical-coordinate representation of color #AB48BA: hue angle of 292.11º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB48BA is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 72 | 186 | - |
| CMYK | 0.08 | 0.61 | 0 | 0.27 |
| HSL | 292.11º | 0.45% | 0.51% | - |
| HSV(B) | 292.11º | 0.61% | 0.73% | - |
| XYZ | 27.97 | 16.84 | 48.23 | - |
| YUV | 114.6 | 168.3 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 72 | 186 | 0.08 | 0.61 | 0 | 0.27 | 292.11 | 0.45 | 0.51 |
| Hex | AB | 48 | BA | 8 | 3D | 0 | 1B | 124 | 2D | 33 |
| Octal | 253 | 110 | 272 | 10 | 75 | 0 | 33 | 444 | 55 | 63 |
| Binary | 10101011 | 1001000 | 10111010 | 1000 | 111101 | 0 | 11011 | 100100100 | 101101 | 110011 |
Color Harmonies of #AB48BA
Complementary color
Monochromatic Colors of #AB48BA
Black with #AB48BA
Text Example
Text Example
White with #AB48BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB48BA; }
p { color: rgb(171,72,186); }
H1.HeaderClassName
{
color: #AB48BA;
}
.AnyTagClassName
{
color: #AB48BA;
}
</style>
background-color css
<style>
a { background-color: #AB48BA; }
a { background-color: rgb(171,72,186); }
div.DivClassName
{
background-color: #AB48BA;
}
.BgClassName
{
background-color: #AB48BA;
}
</style>
border-color css
<style>
span { border-color: #AB48BA; }
span { border-color: rgb(171,72,186); }
td.TdClassName
{
border-color: #AB48BA;
}
.TagClassName
{
border-color: #AB48BA;
}
</style>