Shades of Deep Lilac #AB45BC
Tints of Deep Lilac #AB45BC
RGB
CMYK
RGB Variations
Color information
#AB45BC (or 0xAB45BC) is known color: Deep Lilac. HEX triplet: AB, 45 and BC. RGB value is (171,69,188). Sum of RGB (Red+Green+Blue) = 171+69+188=428 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.95% from 428); Green value is 69 (27.34% from 255 or 16.12% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB45BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB45BC is #54BA43. Grayscale: #707070. Windows color (decimal): -5552708 or 12338603. OLE color: 12338603.
HSL color Cylindrical-coordinate representation of color #AB45BC: hue angle of 291.43º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB45BC is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 69 | 188 | - |
| CMYK | 0.09 | 0.63 | 0 | 0.26 |
| HSL | 291.43º | 0.47% | 0.5% | - |
| HSV(B) | 291.43º | 0.63% | 0.74% | - |
| XYZ | 28 | 16.55 | 49.29 | - |
| YUV | 113.06 | 170.29 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 69 | 188 | 0.09 | 0.63 | 0 | 0.26 | 291.43 | 0.47 | 0.5 |
| Hex | AB | 45 | BC | 9 | 3F | 0 | 1A | 123 | 2F | 32 |
| Octal | 253 | 105 | 274 | 11 | 77 | 0 | 32 | 443 | 57 | 62 |
| Binary | 10101011 | 1000101 | 10111100 | 1001 | 111111 | 0 | 11010 | 100100011 | 101111 | 110010 |
Color Harmonies of #AB45BC
Complementary color
Monochromatic Colors of #AB45BC
Black with #AB45BC
Text Example
Text Example
White with #AB45BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB45BC; }
p { color: rgb(171,69,188); }
H1.HeaderClassName
{
color: #AB45BC;
}
.AnyTagClassName
{
color: #AB45BC;
}
</style>
background-color css
<style>
a { background-color: #AB45BC; }
a { background-color: rgb(171,69,188); }
div.DivClassName
{
background-color: #AB45BC;
}
.BgClassName
{
background-color: #AB45BC;
}
</style>
border-color css
<style>
span { border-color: #AB45BC; }
span { border-color: rgb(171,69,188); }
td.TdClassName
{
border-color: #AB45BC;
}
.TagClassName
{
border-color: #AB45BC;
}
</style>