Shades of Violet Blue #A04EA0
Tints of Violet Blue #A04EA0
RGB
CMYK
RGB Variations
Color information
#A04EA0 (or 0xA04EA0) is known color: Violet Blue. HEX triplet: A0, 4E and A0. RGB value is (160,78,160). Sum of RGB (Red+Green+Blue) = 160+78+160=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 78 (30.86% from 255 or 19.60% from 398); Blue value is 160 (62.89% from 255 or 40.20% from 398); Max value from RGB is 160 - color contains mainly: red, blue. Hex color #A04EA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04EA0 is #5FB15F. Grayscale: #6F6F6F. Windows color (decimal): -6271328 or 10505888. OLE color: 10505888.
HSL color Cylindrical-coordinate representation of color #A04EA0: hue angle of 300º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A04EA0 is Cyan = 0, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 78 | 160 | - |
| CMYK | 0 | 0.51 | 0 | 0.37 |
| HSL | 300º | 0.34% | 0.47% | - |
| HSV(B) | 300º | 0.51% | 0.63% | - |
| XYZ | 23.57 | 15.46 | 35 | - |
| YUV | 111.87 | 155.17 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 78 | 160 | 0 | 0.51 | 0 | 0.37 | 300 | 0.34 | 0.47 |
| Hex | A0 | 4E | A0 | 0 | 33 | 0 | 25 | 12C | 22 | 2F |
| Octal | 240 | 116 | 240 | 0 | 63 | 0 | 45 | 454 | 42 | 57 |
| Binary | 10100000 | 1001110 | 10100000 | 0 | 110011 | 0 | 100101 | 100101100 | 100010 | 101111 |
Color Harmonies of #A04EA0
Complementary color
Monochromatic Colors of #A04EA0
Black with #A04EA0
Text Example
Text Example
White with #A04EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04EA0; }
p { color: rgb(160,78,160); }
H1.HeaderClassName
{
color: #A04EA0;
}
.AnyTagClassName
{
color: #A04EA0;
}
</style>
background-color css
<style>
a { background-color: #A04EA0; }
a { background-color: rgb(160,78,160); }
div.DivClassName
{
background-color: #A04EA0;
}
.BgClassName
{
background-color: #A04EA0;
}
</style>
border-color css
<style>
span { border-color: #A04EA0; }
span { border-color: rgb(160,78,160); }
td.TdClassName
{
border-color: #A04EA0;
}
.TagClassName
{
border-color: #A04EA0;
}
</style>