Shades of Violet Blue #A04EA3
Tints of Violet Blue #A04EA3
RGB
CMYK
RGB Variations
Color information
#A04EA3 (or 0xA04EA3) is known color: Violet Blue. HEX triplet: A0, 4E and A3. RGB value is (160,78,163). Sum of RGB (Red+Green+Blue) = 160+78+163=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 78 (30.86% from 255 or 19.45% from 401); Blue value is 163 (64.06% from 255 or 40.65% from 401); Max value from RGB is 163 - color contains mainly: blue. Hex color #A04EA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04EA3 is #5FB15C. Grayscale: #6F6F6F. Windows color (decimal): -6271325 or 10702496. OLE color: 10702496.
HSL color Cylindrical-coordinate representation of color #A04EA3: hue angle of 297.88º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A04EA3 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 78 | 163 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.36 |
| HSL | 297.88º | 0.35% | 0.47% | - |
| HSV(B) | 297.88º | 0.52% | 0.64% | - |
| XYZ | 23.83 | 15.57 | 36.4 | - |
| YUV | 112.21 | 156.67 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 78 | 163 | 0.02 | 0.52 | 0 | 0.36 | 297.88 | 0.35 | 0.47 |
| Hex | A0 | 4E | A3 | 2 | 34 | 0 | 24 | 12A | 23 | 2F |
| Octal | 240 | 116 | 243 | 2 | 64 | 0 | 44 | 452 | 43 | 57 |
| Binary | 10100000 | 1001110 | 10100011 | 10 | 110100 | 0 | 100100 | 100101010 | 100011 | 101111 |
Color Harmonies of #A04EA3
Complementary color
Monochromatic Colors of #A04EA3
Black with #A04EA3
Text Example
Text Example
White with #A04EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04EA3; }
p { color: rgb(160,78,163); }
H1.HeaderClassName
{
color: #A04EA3;
}
.AnyTagClassName
{
color: #A04EA3;
}
</style>
background-color css
<style>
a { background-color: #A04EA3; }
a { background-color: rgb(160,78,163); }
div.DivClassName
{
background-color: #A04EA3;
}
.BgClassName
{
background-color: #A04EA3;
}
</style>
border-color css
<style>
span { border-color: #A04EA3; }
span { border-color: rgb(160,78,163); }
td.TdClassName
{
border-color: #A04EA3;
}
.TagClassName
{
border-color: #A04EA3;
}
</style>