Shades of Deep Lilac #A94AB3
Tints of Deep Lilac #A94AB3
RGB
CMYK
RGB Variations
Color information
#A94AB3 (or 0xA94AB3) is known color: Deep Lilac. HEX triplet: A9, 4A and B3. RGB value is (169,74,179). Sum of RGB (Red+Green+Blue) = 169+74+179=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 74 (29.30% from 255 or 17.54% from 422); Blue value is 179 (70.31% from 255 or 42.42% from 422); Max value from RGB is 179 - color contains mainly: blue. Hex color #A94AB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A94AB3 is #56B54C. Grayscale: #727272. Windows color (decimal): -5682509 or 11750057. OLE color: 11750057.
HSL color Cylindrical-coordinate representation of color #A94AB3: hue angle of 294.29º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A94AB3 is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 169 | 74 | 179 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.30 |
| HSL | 294.29º | 0.42% | 0.5% | - |
| HSV(B) | 294.29º | 0.59% | 0.7% | - |
| XYZ | 26.95 | 16.59 | 44.43 | - |
| YUV | 114.38 | 164.47 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 74 | 179 | 0.06 | 0.59 | 0 | 0.30 | 294.29 | 0.42 | 0.5 |
| Hex | A9 | 4A | B3 | 6 | 3B | 0 | 1E | 126 | 2A | 32 |
| Octal | 251 | 112 | 263 | 6 | 73 | 0 | 36 | 446 | 52 | 62 |
| Binary | 10101001 | 1001010 | 10110011 | 110 | 111011 | 0 | 11110 | 100100110 | 101010 | 110010 |
Color Harmonies of #A94AB3
Complementary color
Monochromatic Colors of #A94AB3
Black with #A94AB3
Text Example
Text Example
White with #A94AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94AB3; }
p { color: rgb(169,74,179); }
H1.HeaderClassName
{
color: #A94AB3;
}
.AnyTagClassName
{
color: #A94AB3;
}
</style>
background-color css
<style>
a { background-color: #A94AB3; }
a { background-color: rgb(169,74,179); }
div.DivClassName
{
background-color: #A94AB3;
}
.BgClassName
{
background-color: #A94AB3;
}
</style>
border-color css
<style>
span { border-color: #A94AB3; }
span { border-color: rgb(169,74,179); }
td.TdClassName
{
border-color: #A94AB3;
}
.TagClassName
{
border-color: #A94AB3;
}
</style>