Shades of Deep Lilac #A953BF
Tints of Deep Lilac #A953BF
RGB
CMYK
RGB Variations
Color information
#A953BF (or 0xA953BF) is known color: Deep Lilac. HEX triplet: A9, 53 and BF. RGB value is (169,83,191). Sum of RGB (Red+Green+Blue) = 169+83+191=443 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.15% from 443); Green value is 83 (32.81% from 255 or 18.74% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 191 - color contains mainly: blue. Hex color #A953BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A953BF is #56AC40. Grayscale: #787878. Windows color (decimal): -5680193 or 12538793. OLE color: 12538793.
HSL color Cylindrical-coordinate representation of color #A953BF: hue angle of 287.78º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A953BF is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 83 | 191 | - |
| CMYK | 0.12 | 0.57 | 0 | 0.25 |
| HSL | 287.78º | 0.46% | 0.54% | - |
| HSV(B) | 287.78º | 0.57% | 0.75% | - |
| XYZ | 28.86 | 18.38 | 51.32 | - |
| YUV | 121.03 | 167.49 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 83 | 191 | 0.12 | 0.57 | 0 | 0.25 | 287.78 | 0.46 | 0.54 |
| Hex | A9 | 53 | BF | C | 39 | 0 | 19 | 120 | 2E | 36 |
| Octal | 251 | 123 | 277 | 14 | 71 | 0 | 31 | 440 | 56 | 66 |
| Binary | 10101001 | 1010011 | 10111111 | 1100 | 111001 | 0 | 11001 | 100100000 | 101110 | 110110 |
Color Harmonies of #A953BF
Complementary color
Monochromatic Colors of #A953BF
Black with #A953BF
Text Example
Text Example
White with #A953BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A953BF; }
p { color: rgb(169,83,191); }
H1.HeaderClassName
{
color: #A953BF;
}
.AnyTagClassName
{
color: #A953BF;
}
</style>
background-color css
<style>
a { background-color: #A953BF; }
a { background-color: rgb(169,83,191); }
div.DivClassName
{
background-color: #A953BF;
}
.BgClassName
{
background-color: #A953BF;
}
</style>
border-color css
<style>
span { border-color: #A953BF; }
span { border-color: rgb(169,83,191); }
td.TdClassName
{
border-color: #A953BF;
}
.TagClassName
{
border-color: #A953BF;
}
</style>