Shades of Violet Blue #A04791
Tints of Violet Blue #A04791
RGB
CMYK
RGB Variations
Color information
#A04791 (or 0xA04791) is known color: Violet Blue. HEX triplet: A0, 47 and 91. RGB value is (160,71,145). Sum of RGB (Red+Green+Blue) = 160+71+145=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 71 (28.12% from 255 or 18.88% from 376); Blue value is 145 (57.03% from 255 or 38.56% from 376); Max value from RGB is 160 - color contains mainly: red. Hex color #A04791 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04791 is #5FB86E. Grayscale: #696969. Windows color (decimal): -6273135 or 9521056. OLE color: 9521056.
HSL color Cylindrical-coordinate representation of color #A04791: hue angle of 310.11º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A04791 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 71 | 145 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.37 |
| HSL | 310.11º | 0.39% | 0.45% | - |
| HSV(B) | 310.11º | 0.56% | 0.63% | - |
| XYZ | 21.86 | 14.02 | 28.34 | - |
| YUV | 106.05 | 149.99 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 71 | 145 | 0 | 0.56 | 0.09 | 0.37 | 310.11 | 0.39 | 0.45 |
| Hex | A0 | 47 | 91 | 0 | 38 | 9 | 25 | 136 | 27 | 2D |
| Octal | 240 | 107 | 221 | 0 | 70 | 11 | 45 | 466 | 47 | 55 |
| Binary | 10100000 | 1000111 | 10010001 | 0 | 111000 | 1001 | 100101 | 100110110 | 100111 | 101101 |
Color Harmonies of #A04791
Complementary color
Monochromatic Colors of #A04791
Black with #A04791
Text Example
Text Example
White with #A04791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04791; }
p { color: rgb(160,71,145); }
H1.HeaderClassName
{
color: #A04791;
}
.AnyTagClassName
{
color: #A04791;
}
</style>
background-color css
<style>
a { background-color: #A04791; }
a { background-color: rgb(160,71,145); }
div.DivClassName
{
background-color: #A04791;
}
.BgClassName
{
background-color: #A04791;
}
</style>
border-color css
<style>
span { border-color: #A04791; }
span { border-color: rgb(160,71,145); }
td.TdClassName
{
border-color: #A04791;
}
.TagClassName
{
border-color: #A04791;
}
</style>