Shades of Violet Blue #A04F93
Tints of Violet Blue #A04F93
RGB
CMYK
RGB Variations
Color information
#A04F93 (or 0xA04F93) is known color: Violet Blue. HEX triplet: A0, 4F and 93. RGB value is (160,79,147). Sum of RGB (Red+Green+Blue) = 160+79+147=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 79 (31.25% from 255 or 20.47% from 386); Blue value is 147 (57.81% from 255 or 38.08% from 386); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04F93 is #5FB06C. Grayscale: #6E6E6E. Windows color (decimal): -6271085 or 9654176. OLE color: 9654176.
HSL color Cylindrical-coordinate representation of color #A04F93: hue angle of 309.63º 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 #A04F93 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 79 | 147 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.37 |
| HSL | 309.63º | 0.34% | 0.47% | - |
| HSV(B) | 309.63º | 0.51% | 0.63% | - |
| XYZ | 22.56 | 15.17 | 29.34 | - |
| YUV | 110.97 | 148.34 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 79 | 147 | 0 | 0.51 | 0.08 | 0.37 | 309.63 | 0.34 | 0.47 |
| Hex | A0 | 4F | 93 | 0 | 33 | 8 | 25 | 136 | 22 | 2F |
| Octal | 240 | 117 | 223 | 0 | 63 | 10 | 45 | 466 | 42 | 57 |
| Binary | 10100000 | 1001111 | 10010011 | 0 | 110011 | 1000 | 100101 | 100110110 | 100010 | 101111 |
Color Harmonies of #A04F93
Complementary color
Monochromatic Colors of #A04F93
Black with #A04F93
Text Example
Text Example
White with #A04F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04F93; }
p { color: rgb(160,79,147); }
H1.HeaderClassName
{
color: #A04F93;
}
.AnyTagClassName
{
color: #A04F93;
}
</style>
background-color css
<style>
a { background-color: #A04F93; }
a { background-color: rgb(160,79,147); }
div.DivClassName
{
background-color: #A04F93;
}
.BgClassName
{
background-color: #A04F93;
}
</style>
border-color css
<style>
span { border-color: #A04F93; }
span { border-color: rgb(160,79,147); }
td.TdClassName
{
border-color: #A04F93;
}
.TagClassName
{
border-color: #A04F93;
}
</style>