Shades of Deep Lilac #A950BD
Tints of Deep Lilac #A950BD
RGB
CMYK
RGB Variations
Color information
#A950BD (or 0xA950BD) is known color: Deep Lilac. HEX triplet: A9, 50 and BD. RGB value is (169,80,189). Sum of RGB (Red+Green+Blue) = 169+80+189=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 80 (31.64% from 255 or 18.26% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 189 - color contains mainly: blue. Hex color #A950BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A950BD is #56AF42. Grayscale: #767676. Windows color (decimal): -5680963 or 12406953. OLE color: 12406953.
HSL color Cylindrical-coordinate representation of color #A950BD: hue angle of 288.99º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A950BD is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 80 | 189 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.26 |
| HSL | 288.99º | 0.45% | 0.53% | - |
| HSV(B) | 288.99º | 0.58% | 0.74% | - |
| XYZ | 28.42 | 17.85 | 50.09 | - |
| YUV | 119.04 | 167.49 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 80 | 189 | 0.11 | 0.58 | 0 | 0.26 | 288.99 | 0.45 | 0.53 |
| Hex | A9 | 50 | BD | B | 3A | 0 | 1A | 121 | 2D | 35 |
| Octal | 251 | 120 | 275 | 13 | 72 | 0 | 32 | 441 | 55 | 65 |
| Binary | 10101001 | 1010000 | 10111101 | 1011 | 111010 | 0 | 11010 | 100100001 | 101101 | 110101 |
Color Harmonies of #A950BD
Complementary color
Monochromatic Colors of #A950BD
Black with #A950BD
Text Example
Text Example
White with #A950BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A950BD; }
p { color: rgb(169,80,189); }
H1.HeaderClassName
{
color: #A950BD;
}
.AnyTagClassName
{
color: #A950BD;
}
</style>
background-color css
<style>
a { background-color: #A950BD; }
a { background-color: rgb(169,80,189); }
div.DivClassName
{
background-color: #A950BD;
}
.BgClassName
{
background-color: #A950BD;
}
</style>
border-color css
<style>
span { border-color: #A950BD; }
span { border-color: rgb(169,80,189); }
td.TdClassName
{
border-color: #A950BD;
}
.TagClassName
{
border-color: #A950BD;
}
</style>