Shades of Deep Lilac #A94AB9
Tints of Deep Lilac #A94AB9
RGB
CMYK
RGB Variations
Color information
#A94AB9 (or 0xA94AB9) is known color: Deep Lilac. HEX triplet: A9, 4A and B9. RGB value is (169,74,185). Sum of RGB (Red+Green+Blue) = 169+74+185=428 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.49% from 428); Green value is 74 (29.30% from 255 or 17.29% from 428); Blue value is 185 (72.66% from 255 or 43.22% from 428); Max value from RGB is 185 - color contains mainly: blue. Hex color #A94AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A94AB9 is #56B546. Grayscale: #727272. Windows color (decimal): -5682503 or 12143273. OLE color: 12143273.
HSL color Cylindrical-coordinate representation of color #A94AB9: hue angle of 291.35º degrees, saturation: 0.44, 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 #A94AB9 is Cyan = 0.09, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 74 | 185 | - |
| CMYK | 0.09 | 0.6 | 0 | 0.27 |
| HSL | 291.35º | 0.44% | 0.51% | - |
| HSV(B) | 291.35º | 0.6% | 0.73% | - |
| XYZ | 27.57 | 16.84 | 47.7 | - |
| YUV | 115.06 | 167.47 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 74 | 185 | 0.09 | 0.6 | 0 | 0.27 | 291.35 | 0.44 | 0.51 |
| Hex | A9 | 4A | B9 | 9 | 3C | 0 | 1B | 123 | 2C | 33 |
| Octal | 251 | 112 | 271 | 11 | 74 | 0 | 33 | 443 | 54 | 63 |
| Binary | 10101001 | 1001010 | 10111001 | 1001 | 111100 | 0 | 11011 | 100100011 | 101100 | 110011 |
Color Harmonies of #A94AB9
Complementary color
Monochromatic Colors of #A94AB9
Black with #A94AB9
Text Example
Text Example
White with #A94AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94AB9; }
p { color: rgb(169,74,185); }
H1.HeaderClassName
{
color: #A94AB9;
}
.AnyTagClassName
{
color: #A94AB9;
}
</style>
background-color css
<style>
a { background-color: #A94AB9; }
a { background-color: rgb(169,74,185); }
div.DivClassName
{
background-color: #A94AB9;
}
.BgClassName
{
background-color: #A94AB9;
}
</style>
border-color css
<style>
span { border-color: #A94AB9; }
span { border-color: rgb(169,74,185); }
td.TdClassName
{
border-color: #A94AB9;
}
.TagClassName
{
border-color: #A94AB9;
}
</style>