Shades of Deep Lilac #A953B7
Tints of Deep Lilac #A953B7
RGB
CMYK
RGB Variations
Color information
#A953B7 (or 0xA953B7) is known color: Deep Lilac. HEX triplet: A9, 53 and B7. RGB value is (169,83,183). Sum of RGB (Red+Green+Blue) = 169+83+183=435 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.85% from 435); Green value is 83 (32.81% from 255 or 19.08% from 435); Blue value is 183 (71.88% from 255 or 42.07% from 435); Max value from RGB is 183 - color contains mainly: blue. Hex color #A953B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A953B7 is #56AC48. Grayscale: #777777. Windows color (decimal): -5680201 or 12014505. OLE color: 12014505.
HSL color Cylindrical-coordinate representation of color #A953B7: hue angle of 291.6º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A953B7 is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 169 | 83 | 183 | - |
| CMYK | 0.08 | 0.55 | 0 | 0.28 |
| HSL | 291.6º | 0.41% | 0.52% | - |
| HSV(B) | 291.6º | 0.55% | 0.72% | - |
| XYZ | 28 | 18.04 | 46.81 | - |
| YUV | 120.11 | 163.49 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 83 | 183 | 0.08 | 0.55 | 0 | 0.28 | 291.6 | 0.41 | 0.52 |
| Hex | A9 | 53 | B7 | 8 | 37 | 0 | 1C | 124 | 29 | 34 |
| Octal | 251 | 123 | 267 | 10 | 67 | 0 | 34 | 444 | 51 | 64 |
| Binary | 10101001 | 1010011 | 10110111 | 1000 | 110111 | 0 | 11100 | 100100100 | 101001 | 110100 |
Color Harmonies of #A953B7
Complementary color
Monochromatic Colors of #A953B7
Black with #A953B7
Text Example
Text Example
White with #A953B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A953B7; }
p { color: rgb(169,83,183); }
H1.HeaderClassName
{
color: #A953B7;
}
.AnyTagClassName
{
color: #A953B7;
}
</style>
background-color css
<style>
a { background-color: #A953B7; }
a { background-color: rgb(169,83,183); }
div.DivClassName
{
background-color: #A953B7;
}
.BgClassName
{
background-color: #A953B7;
}
</style>
border-color css
<style>
span { border-color: #A953B7; }
span { border-color: rgb(169,83,183); }
td.TdClassName
{
border-color: #A953B7;
}
.TagClassName
{
border-color: #A953B7;
}
</style>