Shades of Deep Lilac #A865B9
Tints of Deep Lilac #A865B9
RGB
CMYK
RGB Variations
Color information
#A865B9 (or 0xA865B9) is known color: Deep Lilac. HEX triplet: A8, 65 and B9. RGB value is (168,101,185). Sum of RGB (Red+Green+Blue) = 168+101+185=454 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.00% from 454); Green value is 101 (39.84% from 255 or 22.25% from 454); Blue value is 185 (72.66% from 255 or 40.75% from 454); Max value from RGB is 185 - color contains mainly: blue. Hex color #A865B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A865B9 is #579A46. Grayscale: #828282. Windows color (decimal): -5741127 or 12150184. OLE color: 12150184.
HSL color Cylindrical-coordinate representation of color #A865B9: hue angle of 287.86º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A865B9 is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 101 | 185 | - |
| CMYK | 0.09 | 0.45 | 0 | 0.27 |
| HSL | 287.86º | 0.38% | 0.56% | - |
| HSV(B) | 287.86º | 0.45% | 0.73% | - |
| XYZ | 29.56 | 21.13 | 48.42 | - |
| YUV | 130.61 | 158.7 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 101 | 185 | 0.09 | 0.45 | 0 | 0.27 | 287.86 | 0.38 | 0.56 |
| Hex | A8 | 65 | B9 | 9 | 2D | 0 | 1B | 120 | 26 | 38 |
| Octal | 250 | 145 | 271 | 11 | 55 | 0 | 33 | 440 | 46 | 70 |
| Binary | 10101000 | 1100101 | 10111001 | 1001 | 101101 | 0 | 11011 | 100100000 | 100110 | 111000 |
Color Harmonies of #A865B9
Complementary color
Monochromatic Colors of #A865B9
Black with #A865B9
Text Example
Text Example
White with #A865B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A865B9; }
p { color: rgb(168,101,185); }
H1.HeaderClassName
{
color: #A865B9;
}
.AnyTagClassName
{
color: #A865B9;
}
</style>
background-color css
<style>
a { background-color: #A865B9; }
a { background-color: rgb(168,101,185); }
div.DivClassName
{
background-color: #A865B9;
}
.BgClassName
{
background-color: #A865B9;
}
</style>
border-color css
<style>
span { border-color: #A865B9; }
span { border-color: rgb(168,101,185); }
td.TdClassName
{
border-color: #A865B9;
}
.TagClassName
{
border-color: #A865B9;
}
</style>