Shades of Violet Blue #A04F98
Tints of Violet Blue #A04F98
RGB
CMYK
RGB Variations
Color information
#A04F98 (or 0xA04F98) is known color: Violet Blue. HEX triplet: A0, 4F and 98. RGB value is (160,79,152). Sum of RGB (Red+Green+Blue) = 160+79+152=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 79 (31.25% from 255 or 20.20% from 391); Blue value is 152 (59.77% from 255 or 38.87% from 391); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04F98 is #5FB067. Grayscale: #6F6F6F. Windows color (decimal): -6271080 or 9981856. OLE color: 9981856.
HSL color Cylindrical-coordinate representation of color #A04F98: hue angle of 305.93º 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 #A04F98 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 79 | 152 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.37 |
| HSL | 305.93º | 0.34% | 0.47% | - |
| HSV(B) | 305.93º | 0.51% | 0.63% | - |
| XYZ | 22.96 | 15.33 | 31.46 | - |
| YUV | 111.54 | 150.84 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 79 | 152 | 0 | 0.51 | 0.05 | 0.37 | 305.93 | 0.34 | 0.47 |
| Hex | A0 | 4F | 98 | 0 | 33 | 5 | 25 | 132 | 22 | 2F |
| Octal | 240 | 117 | 230 | 0 | 63 | 5 | 45 | 462 | 42 | 57 |
| Binary | 10100000 | 1001111 | 10011000 | 0 | 110011 | 101 | 100101 | 100110010 | 100010 | 101111 |
Color Harmonies of #A04F98
Complementary color
Monochromatic Colors of #A04F98
Black with #A04F98
Text Example
Text Example
White with #A04F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04F98; }
p { color: rgb(160,79,152); }
H1.HeaderClassName
{
color: #A04F98;
}
.AnyTagClassName
{
color: #A04F98;
}
</style>
background-color css
<style>
a { background-color: #A04F98; }
a { background-color: rgb(160,79,152); }
div.DivClassName
{
background-color: #A04F98;
}
.BgClassName
{
background-color: #A04F98;
}
</style>
border-color css
<style>
span { border-color: #A04F98; }
span { border-color: rgb(160,79,152); }
td.TdClassName
{
border-color: #A04F98;
}
.TagClassName
{
border-color: #A04F98;
}
</style>