Shades of Violet Blue #A04F99
Tints of Violet Blue #A04F99
RGB
CMYK
RGB Variations
Color information
#A04F99 (or 0xA04F99) is known color: Violet Blue. HEX triplet: A0, 4F and 99. RGB value is (160,79,153). Sum of RGB (Red+Green+Blue) = 160+79+153=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 79 (31.25% from 255 or 20.15% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04F99 is #5FB066. Grayscale: #6F6F6F. Windows color (decimal): -6271079 or 10047392. OLE color: 10047392.
HSL color Cylindrical-coordinate representation of color #A04F99: hue angle of 305.19º 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 #A04F99 is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 79 | 153 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.37 |
| HSL | 305.19º | 0.34% | 0.47% | - |
| HSV(B) | 305.19º | 0.51% | 0.63% | - |
| XYZ | 23.04 | 15.37 | 31.89 | - |
| YUV | 111.66 | 151.34 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 79 | 153 | 0 | 0.51 | 0.04 | 0.37 | 305.19 | 0.34 | 0.47 |
| Hex | A0 | 4F | 99 | 0 | 33 | 4 | 25 | 131 | 22 | 2F |
| Octal | 240 | 117 | 231 | 0 | 63 | 4 | 45 | 461 | 42 | 57 |
| Binary | 10100000 | 1001111 | 10011001 | 0 | 110011 | 100 | 100101 | 100110001 | 100010 | 101111 |
Color Harmonies of #A04F99
Complementary color
Monochromatic Colors of #A04F99
Black with #A04F99
Text Example
Text Example
White with #A04F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04F99; }
p { color: rgb(160,79,153); }
H1.HeaderClassName
{
color: #A04F99;
}
.AnyTagClassName
{
color: #A04F99;
}
</style>
background-color css
<style>
a { background-color: #A04F99; }
a { background-color: rgb(160,79,153); }
div.DivClassName
{
background-color: #A04F99;
}
.BgClassName
{
background-color: #A04F99;
}
</style>
border-color css
<style>
span { border-color: #A04F99; }
span { border-color: rgb(160,79,153); }
td.TdClassName
{
border-color: #A04F99;
}
.TagClassName
{
border-color: #A04F99;
}
</style>