Shades of Deep Lilac #AB44BB
Tints of Deep Lilac #AB44BB
RGB
CMYK
RGB Variations
Color information
#AB44BB (or 0xAB44BB) is known color: Deep Lilac. HEX triplet: AB, 44 and BB. RGB value is (171,68,187). Sum of RGB (Red+Green+Blue) = 171+68+187=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 68 (26.95% from 255 or 15.96% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB44BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB44BB is #54BB44. Grayscale: #6F6F6F. Windows color (decimal): -5552965 or 12272811. OLE color: 12272811.
HSL color Cylindrical-coordinate representation of color #AB44BB: hue angle of 291.93º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB44BB is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 68 | 187 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.27 |
| HSL | 291.93º | 0.47% | 0.5% | - |
| HSV(B) | 291.93º | 0.64% | 0.73% | - |
| XYZ | 27.83 | 16.38 | 48.71 | - |
| YUV | 112.36 | 170.12 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 68 | 187 | 0.09 | 0.64 | 0 | 0.27 | 291.93 | 0.47 | 0.5 |
| Hex | AB | 44 | BB | 9 | 40 | 0 | 1B | 124 | 2F | 32 |
| Octal | 253 | 104 | 273 | 11 | 100 | 0 | 33 | 444 | 57 | 62 |
| Binary | 10101011 | 1000100 | 10111011 | 1001 | 1000000 | 0 | 11011 | 100100100 | 101111 | 110010 |
Color Harmonies of #AB44BB
Complementary color
Monochromatic Colors of #AB44BB
Black with #AB44BB
Text Example
Text Example
White with #AB44BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB44BB; }
p { color: rgb(171,68,187); }
H1.HeaderClassName
{
color: #AB44BB;
}
.AnyTagClassName
{
color: #AB44BB;
}
</style>
background-color css
<style>
a { background-color: #AB44BB; }
a { background-color: rgb(171,68,187); }
div.DivClassName
{
background-color: #AB44BB;
}
.BgClassName
{
background-color: #AB44BB;
}
</style>
border-color css
<style>
span { border-color: #AB44BB; }
span { border-color: rgb(171,68,187); }
td.TdClassName
{
border-color: #AB44BB;
}
.TagClassName
{
border-color: #AB44BB;
}
</style>