Shades of Deep Lilac #A953B3
Tints of Deep Lilac #A953B3
RGB
CMYK
RGB Variations
Color information
#A953B3 (or 0xA953B3) is known color: Deep Lilac. HEX triplet: A9, 53 and B3. RGB value is (169,83,179). Sum of RGB (Red+Green+Blue) = 169+83+179=431 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.21% from 431); Green value is 83 (32.81% from 255 or 19.26% from 431); Blue value is 179 (70.31% from 255 or 41.53% from 431); Max value from RGB is 179 - color contains mainly: blue. Hex color #A953B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A953B3 is #56AC4C. Grayscale: #777777. Windows color (decimal): -5680205 or 11752361. OLE color: 11752361.
HSL color Cylindrical-coordinate representation of color #A953B3: hue angle of 293.75º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A953B3 is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 169 | 83 | 179 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.30 |
| HSL | 293.75º | 0.39% | 0.51% | - |
| HSV(B) | 293.75º | 0.54% | 0.7% | - |
| XYZ | 27.59 | 17.88 | 44.64 | - |
| YUV | 119.66 | 161.49 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 83 | 179 | 0.06 | 0.54 | 0 | 0.30 | 293.75 | 0.39 | 0.51 |
| Hex | A9 | 53 | B3 | 6 | 36 | 0 | 1E | 126 | 27 | 33 |
| Octal | 251 | 123 | 263 | 6 | 66 | 0 | 36 | 446 | 47 | 63 |
| Binary | 10101001 | 1010011 | 10110011 | 110 | 110110 | 0 | 11110 | 100100110 | 100111 | 110011 |
Color Harmonies of #A953B3
Complementary color
Monochromatic Colors of #A953B3
Black with #A953B3
Text Example
Text Example
White with #A953B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A953B3; }
p { color: rgb(169,83,179); }
H1.HeaderClassName
{
color: #A953B3;
}
.AnyTagClassName
{
color: #A953B3;
}
</style>
background-color css
<style>
a { background-color: #A953B3; }
a { background-color: rgb(169,83,179); }
div.DivClassName
{
background-color: #A953B3;
}
.BgClassName
{
background-color: #A953B3;
}
</style>
border-color css
<style>
span { border-color: #A953B3; }
span { border-color: rgb(169,83,179); }
td.TdClassName
{
border-color: #A953B3;
}
.TagClassName
{
border-color: #A953B3;
}
</style>