Shades of Deep Lilac #A94DBB
Tints of Deep Lilac #A94DBB
RGB
CMYK
RGB Variations
Color information
#A94DBB (or 0xA94DBB) is known color: Deep Lilac. HEX triplet: A9, 4D and BB. RGB value is (169,77,187). Sum of RGB (Red+Green+Blue) = 169+77+187=433 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.03% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 187 - color contains mainly: blue. Hex color #A94DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A94DBB is #56B244. Grayscale: #747474. Windows color (decimal): -5681733 or 12275113. OLE color: 12275113.
HSL color Cylindrical-coordinate representation of color #A94DBB: hue angle of 290.18º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A94DBB is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 77 | 187 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.27 |
| HSL | 290.18º | 0.45% | 0.52% | - |
| HSV(B) | 290.18º | 0.59% | 0.73% | - |
| XYZ | 27.99 | 17.33 | 48.88 | - |
| YUV | 117.05 | 167.48 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 77 | 187 | 0.10 | 0.59 | 0 | 0.27 | 290.18 | 0.45 | 0.52 |
| Hex | A9 | 4D | BB | A | 3B | 0 | 1B | 122 | 2D | 34 |
| Octal | 251 | 115 | 273 | 12 | 73 | 0 | 33 | 442 | 55 | 64 |
| Binary | 10101001 | 1001101 | 10111011 | 1010 | 111011 | 0 | 11011 | 100100010 | 101101 | 110100 |
Color Harmonies of #A94DBB
Complementary color
Monochromatic Colors of #A94DBB
Black with #A94DBB
Text Example
Text Example
White with #A94DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94DBB; }
p { color: rgb(169,77,187); }
H1.HeaderClassName
{
color: #A94DBB;
}
.AnyTagClassName
{
color: #A94DBB;
}
</style>
background-color css
<style>
a { background-color: #A94DBB; }
a { background-color: rgb(169,77,187); }
div.DivClassName
{
background-color: #A94DBB;
}
.BgClassName
{
background-color: #A94DBB;
}
</style>
border-color css
<style>
span { border-color: #A94DBB; }
span { border-color: rgb(169,77,187); }
td.TdClassName
{
border-color: #A94DBB;
}
.TagClassName
{
border-color: #A94DBB;
}
</style>