Shades of Violet Blue #A04F9A
Tints of Violet Blue #A04F9A
RGB
CMYK
RGB Variations
Color information
#A04F9A (or 0xA04F9A) is known color: Violet Blue. HEX triplet: A0, 4F and 9A. RGB value is (160,79,154). Sum of RGB (Red+Green+Blue) = 160+79+154=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 79 (31.25% from 255 or 20.10% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04F9A is #5FB065. Grayscale: #6F6F6F. Windows color (decimal): -6271078 or 10112928. OLE color: 10112928.
HSL color Cylindrical-coordinate representation of color #A04F9A: hue angle of 304.44º 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 #A04F9A is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 79 | 154 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.37 |
| HSL | 304.44º | 0.34% | 0.47% | - |
| HSV(B) | 304.44º | 0.51% | 0.63% | - |
| XYZ | 23.13 | 15.4 | 32.33 | - |
| YUV | 111.77 | 151.84 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 79 | 154 | 0 | 0.51 | 0.04 | 0.37 | 304.44 | 0.34 | 0.47 |
| Hex | A0 | 4F | 9A | 0 | 33 | 4 | 25 | 130 | 22 | 2F |
| Octal | 240 | 117 | 232 | 0 | 63 | 4 | 45 | 460 | 42 | 57 |
| Binary | 10100000 | 1001111 | 10011010 | 0 | 110011 | 100 | 100101 | 100110000 | 100010 | 101111 |
Color Harmonies of #A04F9A
Complementary color
Monochromatic Colors of #A04F9A
Black with #A04F9A
Text Example
Text Example
White with #A04F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04F9A; }
p { color: rgb(160,79,154); }
H1.HeaderClassName
{
color: #A04F9A;
}
.AnyTagClassName
{
color: #A04F9A;
}
</style>
background-color css
<style>
a { background-color: #A04F9A; }
a { background-color: rgb(160,79,154); }
div.DivClassName
{
background-color: #A04F9A;
}
.BgClassName
{
background-color: #A04F9A;
}
</style>
border-color css
<style>
span { border-color: #A04F9A; }
span { border-color: rgb(160,79,154); }
td.TdClassName
{
border-color: #A04F9A;
}
.TagClassName
{
border-color: #A04F9A;
}
</style>