Shades of Deep Lilac #A953C5
Tints of Deep Lilac #A953C5
RGB
CMYK
RGB Variations
Color information
#A953C5 (or 0xA953C5) is known color: Deep Lilac. HEX triplet: A9, 53 and C5. RGB value is (169,83,197). Sum of RGB (Red+Green+Blue) = 169+83+197=449 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.64% from 449); Green value is 83 (32.81% from 255 or 18.49% from 449); Blue value is 197 (77.34% from 255 or 43.88% from 449); Max value from RGB is 197 - color contains mainly: blue. Hex color #A953C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A953C5 is #56AC3A. Grayscale: #797979. Windows color (decimal): -5680187 or 12932009. OLE color: 12932009.
HSL color Cylindrical-coordinate representation of color #A953C5: hue angle of 285.26º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A953C5 is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 169 | 83 | 197 | - |
| CMYK | 0.14 | 0.58 | 0 | 0.23 |
| HSL | 285.26º | 0.5% | 0.55% | - |
| HSV(B) | 285.26º | 0.58% | 0.77% | - |
| XYZ | 29.53 | 18.65 | 54.87 | - |
| YUV | 121.71 | 170.49 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 83 | 197 | 0.14 | 0.58 | 0 | 0.23 | 285.26 | 0.5 | 0.55 |
| Hex | A9 | 53 | C5 | E | 3A | 0 | 17 | 11D | 32 | 37 |
| Octal | 251 | 123 | 305 | 16 | 72 | 0 | 27 | 435 | 62 | 67 |
| Binary | 10101001 | 1010011 | 11000101 | 1110 | 111010 | 0 | 10111 | 100011101 | 110010 | 110111 |
Color Harmonies of #A953C5
Complementary color
Monochromatic Colors of #A953C5
Black with #A953C5
Text Example
Text Example
White with #A953C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A953C5; }
p { color: rgb(169,83,197); }
H1.HeaderClassName
{
color: #A953C5;
}
.AnyTagClassName
{
color: #A953C5;
}
</style>
background-color css
<style>
a { background-color: #A953C5; }
a { background-color: rgb(169,83,197); }
div.DivClassName
{
background-color: #A953C5;
}
.BgClassName
{
background-color: #A953C5;
}
</style>
border-color css
<style>
span { border-color: #A953C5; }
span { border-color: rgb(169,83,197); }
td.TdClassName
{
border-color: #A953C5;
}
.TagClassName
{
border-color: #A953C5;
}
</style>