Shades of Deep Lilac #A951BC
Tints of Deep Lilac #A951BC
RGB
CMYK
RGB Variations
Color information
#A951BC (or 0xA951BC) is known color: Deep Lilac. HEX triplet: A9, 51 and BC. RGB value is (169,81,188). Sum of RGB (Red+Green+Blue) = 169+81+188=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 81 (32.03% from 255 or 18.49% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 188 - color contains mainly: blue. Hex color #A951BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A951BC is #56AE43. Grayscale: #777777. Windows color (decimal): -5680708 or 12341673. OLE color: 12341673.
HSL color Cylindrical-coordinate representation of color #A951BC: hue angle of 289.35º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A951BC is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 81 | 188 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.26 |
| HSL | 289.35º | 0.44% | 0.53% | - |
| HSV(B) | 289.35º | 0.57% | 0.74% | - |
| XYZ | 28.38 | 17.95 | 49.55 | - |
| YUV | 119.51 | 166.65 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 81 | 188 | 0.10 | 0.57 | 0 | 0.26 | 289.35 | 0.44 | 0.53 |
| Hex | A9 | 51 | BC | A | 39 | 0 | 1A | 121 | 2C | 35 |
| Octal | 251 | 121 | 274 | 12 | 71 | 0 | 32 | 441 | 54 | 65 |
| Binary | 10101001 | 1010001 | 10111100 | 1010 | 111001 | 0 | 11010 | 100100001 | 101100 | 110101 |
Color Harmonies of #A951BC
Complementary color
Monochromatic Colors of #A951BC
Black with #A951BC
Text Example
Text Example
White with #A951BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A951BC; }
p { color: rgb(169,81,188); }
H1.HeaderClassName
{
color: #A951BC;
}
.AnyTagClassName
{
color: #A951BC;
}
</style>
background-color css
<style>
a { background-color: #A951BC; }
a { background-color: rgb(169,81,188); }
div.DivClassName
{
background-color: #A951BC;
}
.BgClassName
{
background-color: #A951BC;
}
</style>
border-color css
<style>
span { border-color: #A951BC; }
span { border-color: rgb(169,81,188); }
td.TdClassName
{
border-color: #A951BC;
}
.TagClassName
{
border-color: #A951BC;
}
</style>