Shades of Deep Lilac #AB63B7
Tints of Deep Lilac #AB63B7
RGB
CMYK
RGB Variations
Color information
#AB63B7 (or 0xAB63B7) is known color: Deep Lilac. HEX triplet: AB, 63 and B7. RGB value is (171,99,183). Sum of RGB (Red+Green+Blue) = 171+99+183=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 99 (39.06% from 255 or 21.85% from 453); Blue value is 183 (71.88% from 255 or 40.40% from 453); Max value from RGB is 183 - color contains mainly: blue. Hex color #AB63B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB63B7 is #549C48. Grayscale: #818181. Windows color (decimal): -5545033 or 12018603. OLE color: 12018603.
HSL color Cylindrical-coordinate representation of color #AB63B7: hue angle of 291.43º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB63B7 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 99 | 183 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.28 |
| HSL | 291.43º | 0.37% | 0.55% | - |
| HSV(B) | 291.43º | 0.46% | 0.72% | - |
| XYZ | 29.8 | 21 | 47.28 | - |
| YUV | 130.1 | 157.85 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 99 | 183 | 0.07 | 0.46 | 0 | 0.28 | 291.43 | 0.37 | 0.55 |
| Hex | AB | 63 | B7 | 7 | 2E | 0 | 1C | 123 | 25 | 37 |
| Octal | 253 | 143 | 267 | 7 | 56 | 0 | 34 | 443 | 45 | 67 |
| Binary | 10101011 | 1100011 | 10110111 | 111 | 101110 | 0 | 11100 | 100100011 | 100101 | 110111 |
Color Harmonies of #AB63B7
Complementary color
Monochromatic Colors of #AB63B7
Black with #AB63B7
Text Example
Text Example
White with #AB63B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB63B7; }
p { color: rgb(171,99,183); }
H1.HeaderClassName
{
color: #AB63B7;
}
.AnyTagClassName
{
color: #AB63B7;
}
</style>
background-color css
<style>
a { background-color: #AB63B7; }
a { background-color: rgb(171,99,183); }
div.DivClassName
{
background-color: #AB63B7;
}
.BgClassName
{
background-color: #AB63B7;
}
</style>
border-color css
<style>
span { border-color: #AB63B7; }
span { border-color: rgb(171,99,183); }
td.TdClassName
{
border-color: #AB63B7;
}
.TagClassName
{
border-color: #AB63B7;
}
</style>