Shades of Deep Lilac #AB66BC
Tints of Deep Lilac #AB66BC
RGB
CMYK
RGB Variations
Color information
#AB66BC (or 0xAB66BC) is known color: Deep Lilac. HEX triplet: AB, 66 and BC. RGB value is (171,102,188). Sum of RGB (Red+Green+Blue) = 171+102+188=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 102 (40.23% from 255 or 22.13% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB66BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB66BC is #549943. Grayscale: #848484. Windows color (decimal): -5544260 or 12347051. OLE color: 12347051.
HSL color Cylindrical-coordinate representation of color #AB66BC: hue angle of 288.14º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB66BC is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 102 | 188 | - |
| CMYK | 0.09 | 0.46 | 0 | 0.26 |
| HSL | 288.14º | 0.39% | 0.57% | - |
| HSV(B) | 288.14º | 0.46% | 0.74% | - |
| XYZ | 30.62 | 21.79 | 50.17 | - |
| YUV | 132.44 | 159.36 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 102 | 188 | 0.09 | 0.46 | 0 | 0.26 | 288.14 | 0.39 | 0.57 |
| Hex | AB | 66 | BC | 9 | 2E | 0 | 1A | 120 | 27 | 39 |
| Octal | 253 | 146 | 274 | 11 | 56 | 0 | 32 | 440 | 47 | 71 |
| Binary | 10101011 | 1100110 | 10111100 | 1001 | 101110 | 0 | 11010 | 100100000 | 100111 | 111001 |
Color Harmonies of #AB66BC
Complementary color
Monochromatic Colors of #AB66BC
Black with #AB66BC
Text Example
Text Example
White with #AB66BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB66BC; }
p { color: rgb(171,102,188); }
H1.HeaderClassName
{
color: #AB66BC;
}
.AnyTagClassName
{
color: #AB66BC;
}
</style>
background-color css
<style>
a { background-color: #AB66BC; }
a { background-color: rgb(171,102,188); }
div.DivClassName
{
background-color: #AB66BC;
}
.BgClassName
{
background-color: #AB66BC;
}
</style>
border-color css
<style>
span { border-color: #AB66BC; }
span { border-color: rgb(171,102,188); }
td.TdClassName
{
border-color: #AB66BC;
}
.TagClassName
{
border-color: #AB66BC;
}
</style>