Shades of Deep Lilac #AB6CBD
Tints of Deep Lilac #AB6CBD
RGB
CMYK
RGB Variations
Color information
#AB6CBD (or 0xAB6CBD) is known color: Deep Lilac. HEX triplet: AB, 6C and BD. RGB value is (171,108,189). Sum of RGB (Red+Green+Blue) = 171+108+189=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 108 (42.58% from 255 or 23.08% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB6CBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6CBD is #549342. Grayscale: #878787. Windows color (decimal): -5542723 or 12414123. OLE color: 12414123.
HSL color Cylindrical-coordinate representation of color #AB6CBD: hue angle of 286.67º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB6CBD is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 108 | 189 | - |
| CMYK | 0.10 | 0.43 | 0 | 0.26 |
| HSL | 286.67º | 0.38% | 0.58% | - |
| HSV(B) | 286.67º | 0.43% | 0.74% | - |
| XYZ | 31.34 | 23.06 | 50.94 | - |
| YUV | 136.07 | 157.87 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 108 | 189 | 0.10 | 0.43 | 0 | 0.26 | 286.67 | 0.38 | 0.58 |
| Hex | AB | 6C | BD | A | 2B | 0 | 1A | 11F | 26 | 3A |
| Octal | 253 | 154 | 275 | 12 | 53 | 0 | 32 | 437 | 46 | 72 |
| Binary | 10101011 | 1101100 | 10111101 | 1010 | 101011 | 0 | 11010 | 100011111 | 100110 | 111010 |
Color Harmonies of #AB6CBD
Complementary color
Monochromatic Colors of #AB6CBD
Black with #AB6CBD
Text Example
Text Example
White with #AB6CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6CBD; }
p { color: rgb(171,108,189); }
H1.HeaderClassName
{
color: #AB6CBD;
}
.AnyTagClassName
{
color: #AB6CBD;
}
</style>
background-color css
<style>
a { background-color: #AB6CBD; }
a { background-color: rgb(171,108,189); }
div.DivClassName
{
background-color: #AB6CBD;
}
.BgClassName
{
background-color: #AB6CBD;
}
</style>
border-color css
<style>
span { border-color: #AB6CBD; }
span { border-color: rgb(171,108,189); }
td.TdClassName
{
border-color: #AB6CBD;
}
.TagClassName
{
border-color: #AB6CBD;
}
</style>