Shades of Deep Lilac #A94AB2
Tints of Deep Lilac #A94AB2
RGB
CMYK
RGB Variations
Color information
#A94AB2 (or 0xA94AB2) is known color: Deep Lilac. HEX triplet: A9, 4A and B2. RGB value is (169,74,178). Sum of RGB (Red+Green+Blue) = 169+74+178=421 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.14% from 421); Green value is 74 (29.30% from 255 or 17.58% from 421); Blue value is 178 (69.92% from 255 or 42.28% from 421); Max value from RGB is 178 - color contains mainly: blue. Hex color #A94AB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94AB2 is #56B54D. Grayscale: #717171. Windows color (decimal): -5682510 or 11684521. OLE color: 11684521.
HSL color Cylindrical-coordinate representation of color #A94AB2: hue angle of 294.81º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A94AB2 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 169 | 74 | 178 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.30 |
| HSL | 294.81º | 0.41% | 0.49% | - |
| HSV(B) | 294.81º | 0.58% | 0.7% | - |
| XYZ | 26.85 | 16.55 | 43.9 | - |
| YUV | 114.26 | 163.97 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 74 | 178 | 0.05 | 0.58 | 0 | 0.30 | 294.81 | 0.41 | 0.49 |
| Hex | A9 | 4A | B2 | 5 | 3A | 0 | 1E | 127 | 29 | 31 |
| Octal | 251 | 112 | 262 | 5 | 72 | 0 | 36 | 447 | 51 | 61 |
| Binary | 10101001 | 1001010 | 10110010 | 101 | 111010 | 0 | 11110 | 100100111 | 101001 | 110001 |
Color Harmonies of #A94AB2
Complementary color
Monochromatic Colors of #A94AB2
Black with #A94AB2
Text Example
Text Example
White with #A94AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94AB2; }
p { color: rgb(169,74,178); }
H1.HeaderClassName
{
color: #A94AB2;
}
.AnyTagClassName
{
color: #A94AB2;
}
</style>
background-color css
<style>
a { background-color: #A94AB2; }
a { background-color: rgb(169,74,178); }
div.DivClassName
{
background-color: #A94AB2;
}
.BgClassName
{
background-color: #A94AB2;
}
</style>
border-color css
<style>
span { border-color: #A94AB2; }
span { border-color: rgb(169,74,178); }
td.TdClassName
{
border-color: #A94AB2;
}
.TagClassName
{
border-color: #A94AB2;
}
</style>