Shades of Deep Lilac #AB5BBA
Tints of Deep Lilac #AB5BBA
RGB
CMYK
RGB Variations
Color information
#AB5BBA (or 0xAB5BBA) is known color: Deep Lilac. HEX triplet: AB, 5B and BA. RGB value is (171,91,186). Sum of RGB (Red+Green+Blue) = 171+91+186=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 91 (35.94% from 255 or 20.31% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB5BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5BBA is #54A445. Grayscale: #7D7D7D. Windows color (decimal): -5547078 or 12213163. OLE color: 12213163.
HSL color Cylindrical-coordinate representation of color #AB5BBA: hue angle of 290.53º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB5BBA is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 91 | 186 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.27 |
| HSL | 290.53º | 0.41% | 0.54% | - |
| HSV(B) | 290.53º | 0.51% | 0.73% | - |
| XYZ | 29.4 | 19.69 | 48.7 | - |
| YUV | 125.75 | 162 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 91 | 186 | 0.08 | 0.51 | 0 | 0.27 | 290.53 | 0.41 | 0.54 |
| Hex | AB | 5B | BA | 8 | 33 | 0 | 1B | 123 | 29 | 36 |
| Octal | 253 | 133 | 272 | 10 | 63 | 0 | 33 | 443 | 51 | 66 |
| Binary | 10101011 | 1011011 | 10111010 | 1000 | 110011 | 0 | 11011 | 100100011 | 101001 | 110110 |
Color Harmonies of #AB5BBA
Complementary color
Monochromatic Colors of #AB5BBA
Black with #AB5BBA
Text Example
Text Example
White with #AB5BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5BBA; }
p { color: rgb(171,91,186); }
H1.HeaderClassName
{
color: #AB5BBA;
}
.AnyTagClassName
{
color: #AB5BBA;
}
</style>
background-color css
<style>
a { background-color: #AB5BBA; }
a { background-color: rgb(171,91,186); }
div.DivClassName
{
background-color: #AB5BBA;
}
.BgClassName
{
background-color: #AB5BBA;
}
</style>
border-color css
<style>
span { border-color: #AB5BBA; }
span { border-color: rgb(171,91,186); }
td.TdClassName
{
border-color: #AB5BBA;
}
.TagClassName
{
border-color: #AB5BBA;
}
</style>