Shades of Deep Lilac #AB66C4
Tints of Deep Lilac #AB66C4
RGB
CMYK
RGB Variations
Color information
#AB66C4 (or 0xAB66C4) is known color: Deep Lilac. HEX triplet: AB, 66 and C4. RGB value is (171,102,196). Sum of RGB (Red+Green+Blue) = 171+102+196=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 102 (40.23% from 255 or 21.75% from 469); Blue value is 196 (76.95% from 255 or 41.79% from 469); Max value from RGB is 196 - color contains mainly: blue. Hex color #AB66C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB66C4 is #54993B. Grayscale: #858585. Windows color (decimal): -5544252 or 12871339. OLE color: 12871339.
HSL color Cylindrical-coordinate representation of color #AB66C4: hue angle of 284.04º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AB66C4 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 102 | 196 | - |
| CMYK | 0.13 | 0.48 | 0 | 0.23 |
| HSL | 284.04º | 0.44% | 0.58% | - |
| HSV(B) | 284.04º | 0.48% | 0.77% | - |
| XYZ | 31.51 | 22.15 | 54.84 | - |
| YUV | 133.35 | 163.36 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 102 | 196 | 0.13 | 0.48 | 0 | 0.23 | 284.04 | 0.44 | 0.58 |
| Hex | AB | 66 | C4 | D | 30 | 0 | 17 | 11C | 2C | 3A |
| Octal | 253 | 146 | 304 | 15 | 60 | 0 | 27 | 434 | 54 | 72 |
| Binary | 10101011 | 1100110 | 11000100 | 1101 | 110000 | 0 | 10111 | 100011100 | 101100 | 111010 |
Color Harmonies of #AB66C4
Complementary color
Monochromatic Colors of #AB66C4
Black with #AB66C4
Text Example
Text Example
White with #AB66C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB66C4; }
p { color: rgb(171,102,196); }
H1.HeaderClassName
{
color: #AB66C4;
}
.AnyTagClassName
{
color: #AB66C4;
}
</style>
background-color css
<style>
a { background-color: #AB66C4; }
a { background-color: rgb(171,102,196); }
div.DivClassName
{
background-color: #AB66C4;
}
.BgClassName
{
background-color: #AB66C4;
}
</style>
border-color css
<style>
span { border-color: #AB66C4; }
span { border-color: rgb(171,102,196); }
td.TdClassName
{
border-color: #AB66C4;
}
.TagClassName
{
border-color: #AB66C4;
}
</style>