Shades of Deep Lilac #AB66B7
Tints of Deep Lilac #AB66B7
RGB
CMYK
RGB Variations
Color information
#AB66B7 (or 0xAB66B7) is known color: Deep Lilac. HEX triplet: AB, 66 and B7. RGB value is (171,102,183). Sum of RGB (Red+Green+Blue) = 171+102+183=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 102 (40.23% from 255 or 22.37% from 456); Blue value is 183 (71.88% from 255 or 40.13% from 456); Max value from RGB is 183 - color contains mainly: blue. Hex color #AB66B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB66B7 is #549948. Grayscale: #838383. Windows color (decimal): -5544265 or 12019371. OLE color: 12019371.
HSL color Cylindrical-coordinate representation of color #AB66B7: hue angle of 291.11º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB66B7 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 102 | 183 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.28 |
| HSL | 291.11º | 0.36% | 0.56% | - |
| HSV(B) | 291.11º | 0.44% | 0.72% | - |
| XYZ | 30.09 | 21.58 | 47.38 | - |
| YUV | 131.87 | 156.86 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 102 | 183 | 0.07 | 0.44 | 0 | 0.28 | 291.11 | 0.36 | 0.56 |
| Hex | AB | 66 | B7 | 7 | 2C | 0 | 1C | 123 | 24 | 38 |
| Octal | 253 | 146 | 267 | 7 | 54 | 0 | 34 | 443 | 44 | 70 |
| Binary | 10101011 | 1100110 | 10110111 | 111 | 101100 | 0 | 11100 | 100100011 | 100100 | 111000 |
Color Harmonies of #AB66B7
Complementary color
Monochromatic Colors of #AB66B7
Black with #AB66B7
Text Example
Text Example
White with #AB66B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB66B7; }
p { color: rgb(171,102,183); }
H1.HeaderClassName
{
color: #AB66B7;
}
.AnyTagClassName
{
color: #AB66B7;
}
</style>
background-color css
<style>
a { background-color: #AB66B7; }
a { background-color: rgb(171,102,183); }
div.DivClassName
{
background-color: #AB66B7;
}
.BgClassName
{
background-color: #AB66B7;
}
</style>
border-color css
<style>
span { border-color: #AB66B7; }
span { border-color: rgb(171,102,183); }
td.TdClassName
{
border-color: #AB66B7;
}
.TagClassName
{
border-color: #AB66B7;
}
</style>