Shades of Violet Blue #A04E97
Tints of Violet Blue #A04E97
RGB
CMYK
RGB Variations
Color information
#A04E97 (or 0xA04E97) is known color: Violet Blue. HEX triplet: A0, 4E and 97. RGB value is (160,78,151). Sum of RGB (Red+Green+Blue) = 160+78+151=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 78 (30.86% from 255 or 20.05% from 389); Blue value is 151 (59.38% from 255 or 38.82% from 389); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04E97 is #5FB168. Grayscale: #6E6E6E. Windows color (decimal): -6271337 or 9916064. OLE color: 9916064.
HSL color Cylindrical-coordinate representation of color #A04E97: hue angle of 306.59º 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 #A04E97 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 78 | 151 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.37 |
| HSL | 306.59º | 0.34% | 0.47% | - |
| HSV(B) | 306.59º | 0.51% | 0.63% | - |
| XYZ | 22.81 | 15.16 | 31 | - |
| YUV | 110.84 | 150.67 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 78 | 151 | 0 | 0.51 | 0.06 | 0.37 | 306.59 | 0.34 | 0.47 |
| Hex | A0 | 4E | 97 | 0 | 33 | 6 | 25 | 133 | 22 | 2F |
| Octal | 240 | 116 | 227 | 0 | 63 | 6 | 45 | 463 | 42 | 57 |
| Binary | 10100000 | 1001110 | 10010111 | 0 | 110011 | 110 | 100101 | 100110011 | 100010 | 101111 |
Color Harmonies of #A04E97
Complementary color
Monochromatic Colors of #A04E97
Black with #A04E97
Text Example
Text Example
White with #A04E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04E97; }
p { color: rgb(160,78,151); }
H1.HeaderClassName
{
color: #A04E97;
}
.AnyTagClassName
{
color: #A04E97;
}
</style>
background-color css
<style>
a { background-color: #A04E97; }
a { background-color: rgb(160,78,151); }
div.DivClassName
{
background-color: #A04E97;
}
.BgClassName
{
background-color: #A04E97;
}
</style>
border-color css
<style>
span { border-color: #A04E97; }
span { border-color: rgb(160,78,151); }
td.TdClassName
{
border-color: #A04E97;
}
.TagClassName
{
border-color: #A04E97;
}
</style>