Shades of Deep Lilac #A94BB2
Tints of Deep Lilac #A94BB2
RGB
CMYK
RGB Variations
Color information
#A94BB2 (or 0xA94BB2) is known color: Deep Lilac. HEX triplet: A9, 4B and B2. RGB value is (169,75,178). Sum of RGB (Red+Green+Blue) = 169+75+178=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 75 (29.69% from 255 or 17.77% from 422); Blue value is 178 (69.92% from 255 or 42.18% from 422); Max value from RGB is 178 - color contains mainly: blue. Hex color #A94BB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94BB2 is #56B44D. Grayscale: #727272. Windows color (decimal): -5682254 or 11684777. OLE color: 11684777.
HSL color Cylindrical-coordinate representation of color #A94BB2: hue angle of 294.76º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A94BB2 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 169 | 75 | 178 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.30 |
| HSL | 294.76º | 0.41% | 0.5% | - |
| HSV(B) | 294.76º | 0.58% | 0.7% | - |
| XYZ | 26.91 | 16.68 | 43.92 | - |
| YUV | 114.85 | 163.64 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 75 | 178 | 0.05 | 0.58 | 0 | 0.30 | 294.76 | 0.41 | 0.5 |
| Hex | A9 | 4B | B2 | 5 | 3A | 0 | 1E | 127 | 29 | 32 |
| Octal | 251 | 113 | 262 | 5 | 72 | 0 | 36 | 447 | 51 | 62 |
| Binary | 10101001 | 1001011 | 10110010 | 101 | 111010 | 0 | 11110 | 100100111 | 101001 | 110010 |
Color Harmonies of #A94BB2
Complementary color
Monochromatic Colors of #A94BB2
Black with #A94BB2
Text Example
Text Example
White with #A94BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94BB2; }
p { color: rgb(169,75,178); }
H1.HeaderClassName
{
color: #A94BB2;
}
.AnyTagClassName
{
color: #A94BB2;
}
</style>
background-color css
<style>
a { background-color: #A94BB2; }
a { background-color: rgb(169,75,178); }
div.DivClassName
{
background-color: #A94BB2;
}
.BgClassName
{
background-color: #A94BB2;
}
</style>
border-color css
<style>
span { border-color: #A94BB2; }
span { border-color: rgb(169,75,178); }
td.TdClassName
{
border-color: #A94BB2;
}
.TagClassName
{
border-color: #A94BB2;
}
</style>