Shades of Deep Lilac #A94ABB
Tints of Deep Lilac #A94ABB
RGB
CMYK
RGB Variations
Color information
#A94ABB (or 0xA94ABB) is known color: Deep Lilac. HEX triplet: A9, 4A and BB. RGB value is (169,74,187). Sum of RGB (Red+Green+Blue) = 169+74+187=430 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.30% from 430); Green value is 74 (29.30% from 255 or 17.21% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 187 - color contains mainly: blue. Hex color #A94ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A94ABB is #56B544. Grayscale: #727272. Windows color (decimal): -5682501 or 12274345. OLE color: 12274345.
HSL color Cylindrical-coordinate representation of color #A94ABB: hue angle of 290.44º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A94ABB is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 74 | 187 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.27 |
| HSL | 290.44º | 0.45% | 0.51% | - |
| HSV(B) | 290.44º | 0.6% | 0.73% | - |
| XYZ | 27.78 | 16.92 | 48.82 | - |
| YUV | 115.29 | 168.47 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 74 | 187 | 0.10 | 0.60 | 0 | 0.27 | 290.44 | 0.45 | 0.51 |
| Hex | A9 | 4A | BB | A | 3C | 0 | 1B | 122 | 2D | 33 |
| Octal | 251 | 112 | 273 | 12 | 74 | 0 | 33 | 442 | 55 | 63 |
| Binary | 10101001 | 1001010 | 10111011 | 1010 | 111100 | 0 | 11011 | 100100010 | 101101 | 110011 |
Color Harmonies of #A94ABB
Complementary color
Monochromatic Colors of #A94ABB
Black with #A94ABB
Text Example
Text Example
White with #A94ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94ABB; }
p { color: rgb(169,74,187); }
H1.HeaderClassName
{
color: #A94ABB;
}
.AnyTagClassName
{
color: #A94ABB;
}
</style>
background-color css
<style>
a { background-color: #A94ABB; }
a { background-color: rgb(169,74,187); }
div.DivClassName
{
background-color: #A94ABB;
}
.BgClassName
{
background-color: #A94ABB;
}
</style>
border-color css
<style>
span { border-color: #A94ABB; }
span { border-color: rgb(169,74,187); }
td.TdClassName
{
border-color: #A94ABB;
}
.TagClassName
{
border-color: #A94ABB;
}
</style>