Shades of Violet Blue #A04DA8
Tints of Violet Blue #A04DA8
RGB
CMYK
RGB Variations
Color information
#A04DA8 (or 0xA04DA8) is known color: Violet Blue. HEX triplet: A0, 4D and A8. RGB value is (160,77,168). Sum of RGB (Red+Green+Blue) = 160+77+168=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 77 (30.47% from 255 or 19.01% from 405); Blue value is 168 (66.02% from 255 or 41.48% from 405); Max value from RGB is 168 - color contains mainly: blue. Hex color #A04DA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04DA8 is #5FB257. Grayscale: #6F6F6F. Windows color (decimal): -6271576 or 11029920. OLE color: 11029920.
HSL color Cylindrical-coordinate representation of color #A04DA8: hue angle of 294.73º 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 #A04DA8 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 160 | 77 | 168 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.34 |
| HSL | 294.73º | 0.37% | 0.48% | - |
| HSV(B) | 294.73º | 0.54% | 0.66% | - |
| XYZ | 24.22 | 15.61 | 38.78 | - |
| YUV | 112.19 | 159.5 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 77 | 168 | 0.05 | 0.54 | 0 | 0.34 | 294.73 | 0.37 | 0.48 |
| Hex | A0 | 4D | A8 | 5 | 36 | 0 | 22 | 127 | 25 | 30 |
| Octal | 240 | 115 | 250 | 5 | 66 | 0 | 42 | 447 | 45 | 60 |
| Binary | 10100000 | 1001101 | 10101000 | 101 | 110110 | 0 | 100010 | 100100111 | 100101 | 110000 |
Color Harmonies of #A04DA8
Complementary color
Monochromatic Colors of #A04DA8
Black with #A04DA8
Text Example
Text Example
White with #A04DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04DA8; }
p { color: rgb(160,77,168); }
H1.HeaderClassName
{
color: #A04DA8;
}
.AnyTagClassName
{
color: #A04DA8;
}
</style>
background-color css
<style>
a { background-color: #A04DA8; }
a { background-color: rgb(160,77,168); }
div.DivClassName
{
background-color: #A04DA8;
}
.BgClassName
{
background-color: #A04DA8;
}
</style>
border-color css
<style>
span { border-color: #A04DA8; }
span { border-color: rgb(160,77,168); }
td.TdClassName
{
border-color: #A04DA8;
}
.TagClassName
{
border-color: #A04DA8;
}
</style>