Shades of Deep Lilac #A94DBD
Tints of Deep Lilac #A94DBD
RGB
CMYK
RGB Variations
Color information
#A94DBD (or 0xA94DBD) is known color: Deep Lilac. HEX triplet: A9, 4D and BD. RGB value is (169,77,189). Sum of RGB (Red+Green+Blue) = 169+77+189=435 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.85% from 435); Green value is 77 (30.47% from 255 or 17.70% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 189 - color contains mainly: blue. Hex color #A94DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A94DBD is #56B242. Grayscale: #747474. Windows color (decimal): -5681731 or 12406185. OLE color: 12406185.
HSL color Cylindrical-coordinate representation of color #A94DBD: hue angle of 289.29º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A94DBD is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 77 | 189 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.26 |
| HSL | 289.29º | 0.46% | 0.52% | - |
| HSV(B) | 289.29º | 0.59% | 0.74% | - |
| XYZ | 28.2 | 17.42 | 50.02 | - |
| YUV | 117.28 | 168.48 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 77 | 189 | 0.11 | 0.59 | 0 | 0.26 | 289.29 | 0.46 | 0.52 |
| Hex | A9 | 4D | BD | B | 3B | 0 | 1A | 121 | 2E | 34 |
| Octal | 251 | 115 | 275 | 13 | 73 | 0 | 32 | 441 | 56 | 64 |
| Binary | 10101001 | 1001101 | 10111101 | 1011 | 111011 | 0 | 11010 | 100100001 | 101110 | 110100 |
Color Harmonies of #A94DBD
Complementary color
Monochromatic Colors of #A94DBD
Black with #A94DBD
Text Example
Text Example
White with #A94DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94DBD; }
p { color: rgb(169,77,189); }
H1.HeaderClassName
{
color: #A94DBD;
}
.AnyTagClassName
{
color: #A94DBD;
}
</style>
background-color css
<style>
a { background-color: #A94DBD; }
a { background-color: rgb(169,77,189); }
div.DivClassName
{
background-color: #A94DBD;
}
.BgClassName
{
background-color: #A94DBD;
}
</style>
border-color css
<style>
span { border-color: #A94DBD; }
span { border-color: rgb(169,77,189); }
td.TdClassName
{
border-color: #A94DBD;
}
.TagClassName
{
border-color: #A94DBD;
}
</style>