Shades of Deep Lilac #AB45BD
Tints of Deep Lilac #AB45BD
RGB
CMYK
RGB Variations
Color information
#AB45BD (or 0xAB45BD) is known color: Deep Lilac. HEX triplet: AB, 45 and BD. RGB value is (171,69,189). Sum of RGB (Red+Green+Blue) = 171+69+189=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 69 (27.34% from 255 or 16.08% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB45BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB45BD is #54BA42. Grayscale: #707070. Windows color (decimal): -5552707 or 12404139. OLE color: 12404139.
HSL color Cylindrical-coordinate representation of color #AB45BD: hue angle of 291º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB45BD is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 69 | 189 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.26 |
| HSL | 291º | 0.48% | 0.51% | - |
| HSV(B) | 291º | 0.63% | 0.74% | - |
| XYZ | 28.11 | 16.59 | 49.86 | - |
| YUV | 113.18 | 170.79 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 69 | 189 | 0.10 | 0.63 | 0 | 0.26 | 291 | 0.48 | 0.51 |
| Hex | AB | 45 | BD | A | 3F | 0 | 1A | 123 | 30 | 33 |
| Octal | 253 | 105 | 275 | 12 | 77 | 0 | 32 | 443 | 60 | 63 |
| Binary | 10101011 | 1000101 | 10111101 | 1010 | 111111 | 0 | 11010 | 100100011 | 110000 | 110011 |
Color Harmonies of #AB45BD
Complementary color
Monochromatic Colors of #AB45BD
Black with #AB45BD
Text Example
Text Example
White with #AB45BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB45BD; }
p { color: rgb(171,69,189); }
H1.HeaderClassName
{
color: #AB45BD;
}
.AnyTagClassName
{
color: #AB45BD;
}
</style>
background-color css
<style>
a { background-color: #AB45BD; }
a { background-color: rgb(171,69,189); }
div.DivClassName
{
background-color: #AB45BD;
}
.BgClassName
{
background-color: #AB45BD;
}
</style>
border-color css
<style>
span { border-color: #AB45BD; }
span { border-color: rgb(171,69,189); }
td.TdClassName
{
border-color: #AB45BD;
}
.TagClassName
{
border-color: #AB45BD;
}
</style>