Shades of Violet Blue #A04797
Tints of Violet Blue #A04797
RGB
CMYK
RGB Variations
Color information
#A04797 (or 0xA04797) is known color: Violet Blue. HEX triplet: A0, 47 and 97. RGB value is (160,71,151). Sum of RGB (Red+Green+Blue) = 160+71+151=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 71 (28.12% from 255 or 18.59% from 382); Blue value is 151 (59.38% from 255 or 39.53% from 382); Max value from RGB is 160 - color contains mainly: red. Hex color #A04797 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04797 is #5FB868. Grayscale: #6A6A6A. Windows color (decimal): -6273129 or 9914272. OLE color: 9914272.
HSL color Cylindrical-coordinate representation of color #A04797: hue angle of 306.07º 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 #A04797 is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 71 | 151 | - |
| CMYK | 0 | 0.56 | 0.06 | 0.37 |
| HSL | 306.07º | 0.39% | 0.45% | - |
| HSV(B) | 306.07º | 0.56% | 0.63% | - |
| XYZ | 22.34 | 14.21 | 30.84 | - |
| YUV | 106.73 | 152.99 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 71 | 151 | 0 | 0.56 | 0.06 | 0.37 | 306.07 | 0.39 | 0.45 |
| Hex | A0 | 47 | 97 | 0 | 38 | 6 | 25 | 132 | 27 | 2D |
| Octal | 240 | 107 | 227 | 0 | 70 | 6 | 45 | 462 | 47 | 55 |
| Binary | 10100000 | 1000111 | 10010111 | 0 | 111000 | 110 | 100101 | 100110010 | 100111 | 101101 |
Color Harmonies of #A04797
Complementary color
Monochromatic Colors of #A04797
Black with #A04797
Text Example
Text Example
White with #A04797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04797; }
p { color: rgb(160,71,151); }
H1.HeaderClassName
{
color: #A04797;
}
.AnyTagClassName
{
color: #A04797;
}
</style>
background-color css
<style>
a { background-color: #A04797; }
a { background-color: rgb(160,71,151); }
div.DivClassName
{
background-color: #A04797;
}
.BgClassName
{
background-color: #A04797;
}
</style>
border-color css
<style>
span { border-color: #A04797; }
span { border-color: rgb(160,71,151); }
td.TdClassName
{
border-color: #A04797;
}
.TagClassName
{
border-color: #A04797;
}
</style>