Shades of Deep Lilac #A954BE
Tints of Deep Lilac #A954BE
RGB
CMYK
RGB Variations
Color information
#A954BE (or 0xA954BE) is known color: Deep Lilac. HEX triplet: A9, 54 and BE. RGB value is (169,84,190). Sum of RGB (Red+Green+Blue) = 169+84+190=443 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.15% from 443); Green value is 84 (33.20% from 255 or 18.96% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 190 - color contains mainly: blue. Hex color #A954BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A954BE is #56AB41. Grayscale: #797979. Windows color (decimal): -5679938 or 12473513. OLE color: 12473513.
HSL color Cylindrical-coordinate representation of color #A954BE: hue angle of 288.11º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A954BE is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 84 | 190 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.25 |
| HSL | 288.11º | 0.45% | 0.54% | - |
| HSV(B) | 288.11º | 0.56% | 0.75% | - |
| XYZ | 28.83 | 18.49 | 50.77 | - |
| YUV | 121.5 | 166.66 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 84 | 190 | 0.11 | 0.56 | 0 | 0.25 | 288.11 | 0.45 | 0.54 |
| Hex | A9 | 54 | BE | B | 38 | 0 | 19 | 120 | 2D | 36 |
| Octal | 251 | 124 | 276 | 13 | 70 | 0 | 31 | 440 | 55 | 66 |
| Binary | 10101001 | 1010100 | 10111110 | 1011 | 111000 | 0 | 11001 | 100100000 | 101101 | 110110 |
Color Harmonies of #A954BE
Complementary color
Monochromatic Colors of #A954BE
Black with #A954BE
Text Example
Text Example
White with #A954BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A954BE; }
p { color: rgb(169,84,190); }
H1.HeaderClassName
{
color: #A954BE;
}
.AnyTagClassName
{
color: #A954BE;
}
</style>
background-color css
<style>
a { background-color: #A954BE; }
a { background-color: rgb(169,84,190); }
div.DivClassName
{
background-color: #A954BE;
}
.BgClassName
{
background-color: #A954BE;
}
</style>
border-color css
<style>
span { border-color: #A954BE; }
span { border-color: rgb(169,84,190); }
td.TdClassName
{
border-color: #A954BE;
}
.TagClassName
{
border-color: #A954BE;
}
</style>