Shades of Deep Lilac #AB6ABC
Tints of Deep Lilac #AB6ABC
RGB
CMYK
RGB Variations
Color information
#AB6ABC (or 0xAB6ABC) is known color: Deep Lilac. HEX triplet: AB, 6A and BC. RGB value is (171,106,188). Sum of RGB (Red+Green+Blue) = 171+106+188=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 106 (41.80% from 255 or 22.80% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB6ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6ABC is #549543. Grayscale: #868686. Windows color (decimal): -5543236 or 12348075. OLE color: 12348075.
HSL color Cylindrical-coordinate representation of color #AB6ABC: hue angle of 287.56º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB6ABC is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 106 | 188 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.26 |
| HSL | 287.56º | 0.38% | 0.58% | - |
| HSV(B) | 287.56º | 0.44% | 0.74% | - |
| XYZ | 31.03 | 22.6 | 50.3 | - |
| YUV | 134.78 | 158.03 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 106 | 188 | 0.09 | 0.44 | 0 | 0.26 | 287.56 | 0.38 | 0.58 |
| Hex | AB | 6A | BC | 9 | 2C | 0 | 1A | 120 | 26 | 3A |
| Octal | 253 | 152 | 274 | 11 | 54 | 0 | 32 | 440 | 46 | 72 |
| Binary | 10101011 | 1101010 | 10111100 | 1001 | 101100 | 0 | 11010 | 100100000 | 100110 | 111010 |
Color Harmonies of #AB6ABC
Complementary color
Monochromatic Colors of #AB6ABC
Black with #AB6ABC
Text Example
Text Example
White with #AB6ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6ABC; }
p { color: rgb(171,106,188); }
H1.HeaderClassName
{
color: #AB6ABC;
}
.AnyTagClassName
{
color: #AB6ABC;
}
</style>
background-color css
<style>
a { background-color: #AB6ABC; }
a { background-color: rgb(171,106,188); }
div.DivClassName
{
background-color: #AB6ABC;
}
.BgClassName
{
background-color: #AB6ABC;
}
</style>
border-color css
<style>
span { border-color: #AB6ABC; }
span { border-color: rgb(171,106,188); }
td.TdClassName
{
border-color: #AB6ABC;
}
.TagClassName
{
border-color: #AB6ABC;
}
</style>