Shades of Violet Blue #A04F94
Tints of Violet Blue #A04F94
RGB
CMYK
RGB Variations
Color information
#A04F94 (or 0xA04F94) is known color: Violet Blue. HEX triplet: A0, 4F and 94. RGB value is (160,79,148). Sum of RGB (Red+Green+Blue) = 160+79+148=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 79 (31.25% from 255 or 20.41% from 387); Blue value is 148 (58.20% from 255 or 38.24% from 387); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04F94 is #5FB06B. Grayscale: #6E6E6E. Windows color (decimal): -6271084 or 9719712. OLE color: 9719712.
HSL color Cylindrical-coordinate representation of color #A04F94: hue angle of 308.89º 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 #A04F94 is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 79 | 148 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.37 |
| HSL | 308.89º | 0.34% | 0.47% | - |
| HSV(B) | 308.89º | 0.51% | 0.63% | - |
| XYZ | 22.64 | 15.2 | 29.76 | - |
| YUV | 111.09 | 148.84 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 79 | 148 | 0 | 0.51 | 0.07 | 0.37 | 308.89 | 0.34 | 0.47 |
| Hex | A0 | 4F | 94 | 0 | 33 | 7 | 25 | 135 | 22 | 2F |
| Octal | 240 | 117 | 224 | 0 | 63 | 7 | 45 | 465 | 42 | 57 |
| Binary | 10100000 | 1001111 | 10010100 | 0 | 110011 | 111 | 100101 | 100110101 | 100010 | 101111 |
Color Harmonies of #A04F94
Complementary color
Monochromatic Colors of #A04F94
Black with #A04F94
Text Example
Text Example
White with #A04F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04F94; }
p { color: rgb(160,79,148); }
H1.HeaderClassName
{
color: #A04F94;
}
.AnyTagClassName
{
color: #A04F94;
}
</style>
background-color css
<style>
a { background-color: #A04F94; }
a { background-color: rgb(160,79,148); }
div.DivClassName
{
background-color: #A04F94;
}
.BgClassName
{
background-color: #A04F94;
}
</style>
border-color css
<style>
span { border-color: #A04F94; }
span { border-color: rgb(160,79,148); }
td.TdClassName
{
border-color: #A04F94;
}
.TagClassName
{
border-color: #A04F94;
}
</style>