Shades of Deep Lilac #A955BA
Tints of Deep Lilac #A955BA
RGB
CMYK
RGB Variations
Color information
#A955BA (or 0xA955BA) is known color: Deep Lilac. HEX triplet: A9, 55 and BA. RGB value is (169,85,186). Sum of RGB (Red+Green+Blue) = 169+85+186=440 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.41% from 440); Green value is 85 (33.59% from 255 or 19.32% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 186 - color contains mainly: blue. Hex color #A955BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A955BA is #56AA45. Grayscale: #797979. Windows color (decimal): -5679686 or 12211625. OLE color: 12211625.
HSL color Cylindrical-coordinate representation of color #A955BA: hue angle of 289.9º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A955BA is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 85 | 186 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.27 |
| HSL | 289.9º | 0.42% | 0.53% | - |
| HSV(B) | 289.9º | 0.54% | 0.73% | - |
| XYZ | 28.47 | 18.48 | 48.52 | - |
| YUV | 121.63 | 164.33 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 85 | 186 | 0.09 | 0.54 | 0 | 0.27 | 289.9 | 0.42 | 0.53 |
| Hex | A9 | 55 | BA | 9 | 36 | 0 | 1B | 122 | 2A | 35 |
| Octal | 251 | 125 | 272 | 11 | 66 | 0 | 33 | 442 | 52 | 65 |
| Binary | 10101001 | 1010101 | 10111010 | 1001 | 110110 | 0 | 11011 | 100100010 | 101010 | 110101 |
Color Harmonies of #A955BA
Complementary color
Monochromatic Colors of #A955BA
Black with #A955BA
Text Example
Text Example
White with #A955BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A955BA; }
p { color: rgb(169,85,186); }
H1.HeaderClassName
{
color: #A955BA;
}
.AnyTagClassName
{
color: #A955BA;
}
</style>
background-color css
<style>
a { background-color: #A955BA; }
a { background-color: rgb(169,85,186); }
div.DivClassName
{
background-color: #A955BA;
}
.BgClassName
{
background-color: #A955BA;
}
</style>
border-color css
<style>
span { border-color: #A955BA; }
span { border-color: rgb(169,85,186); }
td.TdClassName
{
border-color: #A955BA;
}
.TagClassName
{
border-color: #A955BA;
}
</style>