Shades of Deep Lilac #A954B9
Tints of Deep Lilac #A954B9
RGB
CMYK
RGB Variations
Color information
#A954B9 (or 0xA954B9) is known color: Deep Lilac. HEX triplet: A9, 54 and B9. RGB value is (169,84,185). Sum of RGB (Red+Green+Blue) = 169+84+185=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 84 (33.20% from 255 or 19.18% from 438); Blue value is 185 (72.66% from 255 or 42.24% from 438); Max value from RGB is 185 - color contains mainly: blue. Hex color #A954B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A954B9 is #56AB46. Grayscale: #787878. Windows color (decimal): -5679943 or 12145833. OLE color: 12145833.
HSL color Cylindrical-coordinate representation of color #A954B9: hue angle of 290.5º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A954B9 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 84 | 185 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.27 |
| HSL | 290.5º | 0.42% | 0.53% | - |
| HSV(B) | 290.5º | 0.55% | 0.73% | - |
| XYZ | 28.29 | 18.28 | 47.94 | - |
| YUV | 120.93 | 164.16 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 84 | 185 | 0.09 | 0.55 | 0 | 0.27 | 290.5 | 0.42 | 0.53 |
| Hex | A9 | 54 | B9 | 9 | 37 | 0 | 1B | 122 | 2A | 35 |
| Octal | 251 | 124 | 271 | 11 | 67 | 0 | 33 | 442 | 52 | 65 |
| Binary | 10101001 | 1010100 | 10111001 | 1001 | 110111 | 0 | 11011 | 100100010 | 101010 | 110101 |
Color Harmonies of #A954B9
Complementary color
Monochromatic Colors of #A954B9
Black with #A954B9
Text Example
Text Example
White with #A954B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A954B9; }
p { color: rgb(169,84,185); }
H1.HeaderClassName
{
color: #A954B9;
}
.AnyTagClassName
{
color: #A954B9;
}
</style>
background-color css
<style>
a { background-color: #A954B9; }
a { background-color: rgb(169,84,185); }
div.DivClassName
{
background-color: #A954B9;
}
.BgClassName
{
background-color: #A954B9;
}
</style>
border-color css
<style>
span { border-color: #A954B9; }
span { border-color: rgb(169,84,185); }
td.TdClassName
{
border-color: #A954B9;
}
.TagClassName
{
border-color: #A954B9;
}
</style>