Shades of Deep Lilac #A955C0
Tints of Deep Lilac #A955C0
RGB
CMYK
RGB Variations
Color information
#A955C0 (or 0xA955C0) is known color: Deep Lilac. HEX triplet: A9, 55 and C0. RGB value is (169,85,192). Sum of RGB (Red+Green+Blue) = 169+85+192=446 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.89% from 446); Green value is 85 (33.59% from 255 or 19.06% from 446); Blue value is 192 (75.39% from 255 or 43.05% from 446); Max value from RGB is 192 - color contains mainly: blue. Hex color #A955C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A955C0 is #56AA3F. Grayscale: #797979. Windows color (decimal): -5679680 or 12604841. OLE color: 12604841.
HSL color Cylindrical-coordinate representation of color #A955C0: hue angle of 287.1º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A955C0 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 85 | 192 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.25 |
| HSL | 287.1º | 0.46% | 0.54% | - |
| HSV(B) | 287.1º | 0.56% | 0.75% | - |
| XYZ | 29.13 | 18.74 | 51.95 | - |
| YUV | 122.31 | 167.33 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 85 | 192 | 0.12 | 0.56 | 0 | 0.25 | 287.1 | 0.46 | 0.54 |
| Hex | A9 | 55 | C0 | C | 38 | 0 | 19 | 11F | 2E | 36 |
| Octal | 251 | 125 | 300 | 14 | 70 | 0 | 31 | 437 | 56 | 66 |
| Binary | 10101001 | 1010101 | 11000000 | 1100 | 111000 | 0 | 11001 | 100011111 | 101110 | 110110 |
Color Harmonies of #A955C0
Complementary color
Monochromatic Colors of #A955C0
Black with #A955C0
Text Example
Text Example
White with #A955C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A955C0; }
p { color: rgb(169,85,192); }
H1.HeaderClassName
{
color: #A955C0;
}
.AnyTagClassName
{
color: #A955C0;
}
</style>
background-color css
<style>
a { background-color: #A955C0; }
a { background-color: rgb(169,85,192); }
div.DivClassName
{
background-color: #A955C0;
}
.BgClassName
{
background-color: #A955C0;
}
</style>
border-color css
<style>
span { border-color: #A955C0; }
span { border-color: rgb(169,85,192); }
td.TdClassName
{
border-color: #A955C0;
}
.TagClassName
{
border-color: #A955C0;
}
</style>