Shades of Deep Lilac #A869B9
Tints of Deep Lilac #A869B9
RGB
CMYK
RGB Variations
Color information
#A869B9 (or 0xA869B9) is known color: Deep Lilac. HEX triplet: A8, 69 and B9. RGB value is (168,105,185). Sum of RGB (Red+Green+Blue) = 168+105+185=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 105 (41.41% from 255 or 22.93% from 458); Blue value is 185 (72.66% from 255 or 40.39% from 458); Max value from RGB is 185 - color contains mainly: blue. Hex color #A869B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A869B9 is #579646. Grayscale: #848484. Windows color (decimal): -5740103 or 12151208. OLE color: 12151208.
HSL color Cylindrical-coordinate representation of color #A869B9: hue angle of 287.25º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A869B9 is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 105 | 185 | - |
| CMYK | 0.09 | 0.43 | 0 | 0.27 |
| HSL | 287.25º | 0.36% | 0.57% | - |
| HSV(B) | 287.25º | 0.43% | 0.73% | - |
| XYZ | 29.96 | 21.93 | 48.55 | - |
| YUV | 132.96 | 157.37 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 105 | 185 | 0.09 | 0.43 | 0 | 0.27 | 287.25 | 0.36 | 0.57 |
| Hex | A8 | 69 | B9 | 9 | 2B | 0 | 1B | 11F | 24 | 39 |
| Octal | 250 | 151 | 271 | 11 | 53 | 0 | 33 | 437 | 44 | 71 |
| Binary | 10101000 | 1101001 | 10111001 | 1001 | 101011 | 0 | 11011 | 100011111 | 100100 | 111001 |
Color Harmonies of #A869B9
Complementary color
Monochromatic Colors of #A869B9
Black with #A869B9
Text Example
Text Example
White with #A869B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A869B9; }
p { color: rgb(168,105,185); }
H1.HeaderClassName
{
color: #A869B9;
}
.AnyTagClassName
{
color: #A869B9;
}
</style>
background-color css
<style>
a { background-color: #A869B9; }
a { background-color: rgb(168,105,185); }
div.DivClassName
{
background-color: #A869B9;
}
.BgClassName
{
background-color: #A869B9;
}
</style>
border-color css
<style>
span { border-color: #A869B9; }
span { border-color: rgb(168,105,185); }
td.TdClassName
{
border-color: #A869B9;
}
.TagClassName
{
border-color: #A869B9;
}
</style>