Shades of Violet Blue #A04DA9
Tints of Violet Blue #A04DA9
RGB
CMYK
RGB Variations
Color information
#A04DA9 (or 0xA04DA9) is known color: Violet Blue. HEX triplet: A0, 4D and A9. RGB value is (160,77,169). Sum of RGB (Red+Green+Blue) = 160+77+169=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 77 (30.47% from 255 or 18.97% from 406); Blue value is 169 (66.41% from 255 or 41.63% from 406); Max value from RGB is 169 - color contains mainly: blue. Hex color #A04DA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04DA9 is #5FB256. Grayscale: #707070. Windows color (decimal): -6271575 or 11095456. OLE color: 11095456.
HSL color Cylindrical-coordinate representation of color #A04DA9: hue angle of 294.13º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A04DA9 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 160 | 77 | 169 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.34 |
| HSL | 294.13º | 0.37% | 0.48% | - |
| HSV(B) | 294.13º | 0.54% | 0.66% | - |
| XYZ | 24.31 | 15.65 | 39.27 | - |
| YUV | 112.31 | 160 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 77 | 169 | 0.05 | 0.54 | 0 | 0.34 | 294.13 | 0.37 | 0.48 |
| Hex | A0 | 4D | A9 | 5 | 36 | 0 | 22 | 126 | 25 | 30 |
| Octal | 240 | 115 | 251 | 5 | 66 | 0 | 42 | 446 | 45 | 60 |
| Binary | 10100000 | 1001101 | 10101001 | 101 | 110110 | 0 | 100010 | 100100110 | 100101 | 110000 |
Color Harmonies of #A04DA9
Complementary color
Monochromatic Colors of #A04DA9
Black with #A04DA9
Text Example
Text Example
White with #A04DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04DA9; }
p { color: rgb(160,77,169); }
H1.HeaderClassName
{
color: #A04DA9;
}
.AnyTagClassName
{
color: #A04DA9;
}
</style>
background-color css
<style>
a { background-color: #A04DA9; }
a { background-color: rgb(160,77,169); }
div.DivClassName
{
background-color: #A04DA9;
}
.BgClassName
{
background-color: #A04DA9;
}
</style>
border-color css
<style>
span { border-color: #A04DA9; }
span { border-color: rgb(160,77,169); }
td.TdClassName
{
border-color: #A04DA9;
}
.TagClassName
{
border-color: #A04DA9;
}
</style>