Shades of Deep Lilac #A869BB
Tints of Deep Lilac #A869BB
RGB
CMYK
RGB Variations
Color information
#A869BB (or 0xA869BB) is known color: Deep Lilac. HEX triplet: A8, 69 and BB. RGB value is (168,105,187). Sum of RGB (Red+Green+Blue) = 168+105+187=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 105 (41.41% from 255 or 22.83% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 187 - color contains mainly: blue. Hex color #A869BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A869BB is #579644. Grayscale: #848484. Windows color (decimal): -5740101 or 12282280. OLE color: 12282280.
HSL color Cylindrical-coordinate representation of color #A869BB: hue angle of 286.1º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A869BB is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 105 | 187 | - |
| CMYK | 0.10 | 0.44 | 0 | 0.27 |
| HSL | 286.1º | 0.38% | 0.57% | - |
| HSV(B) | 286.1º | 0.44% | 0.73% | - |
| XYZ | 30.17 | 22.02 | 49.67 | - |
| YUV | 133.19 | 158.37 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 105 | 187 | 0.10 | 0.44 | 0 | 0.27 | 286.1 | 0.38 | 0.57 |
| Hex | A8 | 69 | BB | A | 2C | 0 | 1B | 11E | 26 | 39 |
| Octal | 250 | 151 | 273 | 12 | 54 | 0 | 33 | 436 | 46 | 71 |
| Binary | 10101000 | 1101001 | 10111011 | 1010 | 101100 | 0 | 11011 | 100011110 | 100110 | 111001 |
Color Harmonies of #A869BB
Complementary color
Monochromatic Colors of #A869BB
Black with #A869BB
Text Example
Text Example
White with #A869BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A869BB; }
p { color: rgb(168,105,187); }
H1.HeaderClassName
{
color: #A869BB;
}
.AnyTagClassName
{
color: #A869BB;
}
</style>
background-color css
<style>
a { background-color: #A869BB; }
a { background-color: rgb(168,105,187); }
div.DivClassName
{
background-color: #A869BB;
}
.BgClassName
{
background-color: #A869BB;
}
</style>
border-color css
<style>
span { border-color: #A869BB; }
span { border-color: rgb(168,105,187); }
td.TdClassName
{
border-color: #A869BB;
}
.TagClassName
{
border-color: #A869BB;
}
</style>