Shades of Deep Lilac #A95CBA
Tints of Deep Lilac #A95CBA
RGB
CMYK
RGB Variations
Color information
#A95CBA (or 0xA95CBA) is known color: Deep Lilac. HEX triplet: A9, 5C and BA. RGB value is (169,92,186). Sum of RGB (Red+Green+Blue) = 169+92+186=447 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.81% from 447); Green value is 92 (36.33% from 255 or 20.58% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #A95CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95CBA is #56A345. Grayscale: #7D7D7D. Windows color (decimal): -5677894 or 12213417. OLE color: 12213417.
HSL color Cylindrical-coordinate representation of color #A95CBA: hue angle of 289.15º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A95CBA is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 92 | 186 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.27 |
| HSL | 289.15º | 0.41% | 0.55% | - |
| HSV(B) | 289.15º | 0.51% | 0.73% | - |
| XYZ | 29.05 | 19.63 | 48.71 | - |
| YUV | 125.74 | 162.01 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 92 | 186 | 0.09 | 0.51 | 0 | 0.27 | 289.15 | 0.41 | 0.55 |
| Hex | A9 | 5C | BA | 9 | 33 | 0 | 1B | 121 | 29 | 37 |
| Octal | 251 | 134 | 272 | 11 | 63 | 0 | 33 | 441 | 51 | 67 |
| Binary | 10101001 | 1011100 | 10111010 | 1001 | 110011 | 0 | 11011 | 100100001 | 101001 | 110111 |
Color Harmonies of #A95CBA
Complementary color
Monochromatic Colors of #A95CBA
Black with #A95CBA
Text Example
Text Example
White with #A95CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95CBA; }
p { color: rgb(169,92,186); }
H1.HeaderClassName
{
color: #A95CBA;
}
.AnyTagClassName
{
color: #A95CBA;
}
</style>
background-color css
<style>
a { background-color: #A95CBA; }
a { background-color: rgb(169,92,186); }
div.DivClassName
{
background-color: #A95CBA;
}
.BgClassName
{
background-color: #A95CBA;
}
</style>
border-color css
<style>
span { border-color: #A95CBA; }
span { border-color: rgb(169,92,186); }
td.TdClassName
{
border-color: #A95CBA;
}
.TagClassName
{
border-color: #A95CBA;
}
</style>