Shades of Deep Lilac #AB69BD
Tints of Deep Lilac #AB69BD
RGB
CMYK
RGB Variations
Color information
#AB69BD (or 0xAB69BD) is known color: Deep Lilac. HEX triplet: AB, 69 and BD. RGB value is (171,105,189). Sum of RGB (Red+Green+Blue) = 171+105+189=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 105 (41.41% from 255 or 22.58% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB69BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB69BD is #549642. Grayscale: #868686. Windows color (decimal): -5543491 or 12413355. OLE color: 12413355.
HSL color Cylindrical-coordinate representation of color #AB69BD: hue angle of 287.14º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB69BD is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 105 | 189 | - |
| CMYK | 0.10 | 0.44 | 0 | 0.26 |
| HSL | 287.14º | 0.39% | 0.58% | - |
| HSV(B) | 287.14º | 0.44% | 0.74% | - |
| XYZ | 31.03 | 22.44 | 50.84 | - |
| YUV | 134.31 | 158.87 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 105 | 189 | 0.10 | 0.44 | 0 | 0.26 | 287.14 | 0.39 | 0.58 |
| Hex | AB | 69 | BD | A | 2C | 0 | 1A | 11F | 27 | 3A |
| Octal | 253 | 151 | 275 | 12 | 54 | 0 | 32 | 437 | 47 | 72 |
| Binary | 10101011 | 1101001 | 10111101 | 1010 | 101100 | 0 | 11010 | 100011111 | 100111 | 111010 |
Color Harmonies of #AB69BD
Complementary color
Monochromatic Colors of #AB69BD
Black with #AB69BD
Text Example
Text Example
White with #AB69BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB69BD; }
p { color: rgb(171,105,189); }
H1.HeaderClassName
{
color: #AB69BD;
}
.AnyTagClassName
{
color: #AB69BD;
}
</style>
background-color css
<style>
a { background-color: #AB69BD; }
a { background-color: rgb(171,105,189); }
div.DivClassName
{
background-color: #AB69BD;
}
.BgClassName
{
background-color: #AB69BD;
}
</style>
border-color css
<style>
span { border-color: #AB69BD; }
span { border-color: rgb(171,105,189); }
td.TdClassName
{
border-color: #AB69BD;
}
.TagClassName
{
border-color: #AB69BD;
}
</style>