Shades of Deep Lilac #A95DB7
Tints of Deep Lilac #A95DB7
RGB
CMYK
RGB Variations
Color information
#A95DB7 (or 0xA95DB7) is known color: Deep Lilac. HEX triplet: A9, 5D and B7. RGB value is (169,93,183). Sum of RGB (Red+Green+Blue) = 169+93+183=445 (58% of max value = 765). Red value is 169 (66.41% from 255 or 37.98% from 445); Green value is 93 (36.72% from 255 or 20.90% from 445); Blue value is 183 (71.88% from 255 or 41.12% from 445); Max value from RGB is 183 - color contains mainly: blue. Hex color #A95DB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95DB7 is #56A248. Grayscale: #7D7D7D. Windows color (decimal): -5677641 or 12017065. OLE color: 12017065.
HSL color Cylindrical-coordinate representation of color #A95DB7: hue angle of 290.67º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A95DB7 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 169 | 93 | 183 | - |
| CMYK | 0.08 | 0.49 | 0 | 0.28 |
| HSL | 290.67º | 0.38% | 0.54% | - |
| HSV(B) | 290.67º | 0.49% | 0.72% | - |
| XYZ | 28.82 | 19.68 | 47.08 | - |
| YUV | 125.98 | 160.18 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 93 | 183 | 0.08 | 0.49 | 0 | 0.28 | 290.67 | 0.38 | 0.54 |
| Hex | A9 | 5D | B7 | 8 | 31 | 0 | 1C | 123 | 26 | 36 |
| Octal | 251 | 135 | 267 | 10 | 61 | 0 | 34 | 443 | 46 | 66 |
| Binary | 10101001 | 1011101 | 10110111 | 1000 | 110001 | 0 | 11100 | 100100011 | 100110 | 110110 |
Color Harmonies of #A95DB7
Complementary color
Monochromatic Colors of #A95DB7
Black with #A95DB7
Text Example
Text Example
White with #A95DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95DB7; }
p { color: rgb(169,93,183); }
H1.HeaderClassName
{
color: #A95DB7;
}
.AnyTagClassName
{
color: #A95DB7;
}
</style>
background-color css
<style>
a { background-color: #A95DB7; }
a { background-color: rgb(169,93,183); }
div.DivClassName
{
background-color: #A95DB7;
}
.BgClassName
{
background-color: #A95DB7;
}
</style>
border-color css
<style>
span { border-color: #A95DB7; }
span { border-color: rgb(169,93,183); }
td.TdClassName
{
border-color: #A95DB7;
}
.TagClassName
{
border-color: #A95DB7;
}
</style>