Shades of Deep Lilac #A958BD
Tints of Deep Lilac #A958BD
RGB
CMYK
RGB Variations
Color information
#A958BD (or 0xA958BD) is known color: Deep Lilac. HEX triplet: A9, 58 and BD. RGB value is (169,88,189). Sum of RGB (Red+Green+Blue) = 169+88+189=446 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.89% from 446); Green value is 88 (34.77% from 255 or 19.73% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 189 - color contains mainly: blue. Hex color #A958BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A958BD is #56A742. Grayscale: #7B7B7B. Windows color (decimal): -5678915 or 12409001. OLE color: 12409001.
HSL color Cylindrical-coordinate representation of color #A958BD: hue angle of 288.12º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A958BD is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 88 | 189 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.26 |
| HSL | 288.12º | 0.43% | 0.54% | - |
| HSV(B) | 288.12º | 0.53% | 0.74% | - |
| XYZ | 29.04 | 19.09 | 50.3 | - |
| YUV | 123.73 | 164.84 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 88 | 189 | 0.11 | 0.53 | 0 | 0.26 | 288.12 | 0.43 | 0.54 |
| Hex | A9 | 58 | BD | B | 35 | 0 | 1A | 120 | 2B | 36 |
| Octal | 251 | 130 | 275 | 13 | 65 | 0 | 32 | 440 | 53 | 66 |
| Binary | 10101001 | 1011000 | 10111101 | 1011 | 110101 | 0 | 11010 | 100100000 | 101011 | 110110 |
Color Harmonies of #A958BD
Complementary color
Monochromatic Colors of #A958BD
Black with #A958BD
Text Example
Text Example
White with #A958BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A958BD; }
p { color: rgb(169,88,189); }
H1.HeaderClassName
{
color: #A958BD;
}
.AnyTagClassName
{
color: #A958BD;
}
</style>
background-color css
<style>
a { background-color: #A958BD; }
a { background-color: rgb(169,88,189); }
div.DivClassName
{
background-color: #A958BD;
}
.BgClassName
{
background-color: #A958BD;
}
</style>
border-color css
<style>
span { border-color: #A958BD; }
span { border-color: rgb(169,88,189); }
td.TdClassName
{
border-color: #A958BD;
}
.TagClassName
{
border-color: #A958BD;
}
</style>