Shades of Deep Lilac #A953BD
Tints of Deep Lilac #A953BD
RGB
CMYK
RGB Variations
Color information
#A953BD (or 0xA953BD) is known color: Deep Lilac. HEX triplet: A9, 53 and BD. RGB value is (169,83,189). Sum of RGB (Red+Green+Blue) = 169+83+189=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 83 (32.81% from 255 or 18.82% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 189 - color contains mainly: blue. Hex color #A953BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A953BD is #56AC42. Grayscale: #787878. Windows color (decimal): -5680195 or 12407721. OLE color: 12407721.
HSL color Cylindrical-coordinate representation of color #A953BD: hue angle of 288.68º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A953BD is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 83 | 189 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.26 |
| HSL | 288.68º | 0.45% | 0.53% | - |
| HSV(B) | 288.68º | 0.56% | 0.74% | - |
| XYZ | 28.64 | 18.3 | 50.17 | - |
| YUV | 120.8 | 166.49 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 83 | 189 | 0.11 | 0.56 | 0 | 0.26 | 288.68 | 0.45 | 0.53 |
| Hex | A9 | 53 | BD | B | 38 | 0 | 1A | 121 | 2D | 35 |
| Octal | 251 | 123 | 275 | 13 | 70 | 0 | 32 | 441 | 55 | 65 |
| Binary | 10101001 | 1010011 | 10111101 | 1011 | 111000 | 0 | 11010 | 100100001 | 101101 | 110101 |
Color Harmonies of #A953BD
Complementary color
Monochromatic Colors of #A953BD
Black with #A953BD
Text Example
Text Example
White with #A953BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A953BD; }
p { color: rgb(169,83,189); }
H1.HeaderClassName
{
color: #A953BD;
}
.AnyTagClassName
{
color: #A953BD;
}
</style>
background-color css
<style>
a { background-color: #A953BD; }
a { background-color: rgb(169,83,189); }
div.DivClassName
{
background-color: #A953BD;
}
.BgClassName
{
background-color: #A953BD;
}
</style>
border-color css
<style>
span { border-color: #A953BD; }
span { border-color: rgb(169,83,189); }
td.TdClassName
{
border-color: #A953BD;
}
.TagClassName
{
border-color: #A953BD;
}
</style>