Shades of Deep Lilac #A95BBA
Tints of Deep Lilac #A95BBA
RGB
CMYK
RGB Variations
Color information
#A95BBA (or 0xA95BBA) is known color: Deep Lilac. HEX triplet: A9, 5B and BA. RGB value is (169,91,186). Sum of RGB (Red+Green+Blue) = 169+91+186=446 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.89% from 446); Green value is 91 (35.94% from 255 or 20.40% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #A95BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95BBA is #56A445. Grayscale: #7C7C7C. Windows color (decimal): -5678150 or 12213161. OLE color: 12213161.
HSL color Cylindrical-coordinate representation of color #A95BBA: hue angle of 289.26º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A95BBA is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 91 | 186 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.27 |
| HSL | 289.26º | 0.41% | 0.54% | - |
| HSV(B) | 289.26º | 0.51% | 0.73% | - |
| XYZ | 28.97 | 19.46 | 48.68 | - |
| YUV | 125.15 | 162.34 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 91 | 186 | 0.09 | 0.51 | 0 | 0.27 | 289.26 | 0.41 | 0.54 |
| Hex | A9 | 5B | BA | 9 | 33 | 0 | 1B | 121 | 29 | 36 |
| Octal | 251 | 133 | 272 | 11 | 63 | 0 | 33 | 441 | 51 | 66 |
| Binary | 10101001 | 1011011 | 10111010 | 1001 | 110011 | 0 | 11011 | 100100001 | 101001 | 110110 |
Color Harmonies of #A95BBA
Complementary color
Monochromatic Colors of #A95BBA
Black with #A95BBA
Text Example
Text Example
White with #A95BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95BBA; }
p { color: rgb(169,91,186); }
H1.HeaderClassName
{
color: #A95BBA;
}
.AnyTagClassName
{
color: #A95BBA;
}
</style>
background-color css
<style>
a { background-color: #A95BBA; }
a { background-color: rgb(169,91,186); }
div.DivClassName
{
background-color: #A95BBA;
}
.BgClassName
{
background-color: #A95BBA;
}
</style>
border-color css
<style>
span { border-color: #A95BBA; }
span { border-color: rgb(169,91,186); }
td.TdClassName
{
border-color: #A95BBA;
}
.TagClassName
{
border-color: #A95BBA;
}
</style>