Shades of Violet Blue #A0498F
Tints of Violet Blue #A0498F
RGB
CMYK
RGB Variations
Color information
#A0498F (or 0xA0498F) is known color: Violet Blue. HEX triplet: A0, 49 and 8F. RGB value is (160,73,143). Sum of RGB (Red+Green+Blue) = 160+73+143=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 160 - color contains mainly: red. Hex color #A0498F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0498F is #5FB670. Grayscale: #6A6A6A. Windows color (decimal): -6272625 or 9390496. OLE color: 9390496.
HSL color Cylindrical-coordinate representation of color #A0498F: hue angle of 311.72º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A0498F is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 73 | 143 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.37 |
| HSL | 311.72º | 0.37% | 0.46% | - |
| HSV(B) | 311.72º | 0.54% | 0.63% | - |
| XYZ | 21.84 | 14.22 | 27.58 | - |
| YUV | 106.99 | 148.32 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 73 | 143 | 0 | 0.54 | 0.11 | 0.37 | 311.72 | 0.37 | 0.46 |
| Hex | A0 | 49 | 8F | 0 | 36 | B | 25 | 138 | 25 | 2E |
| Octal | 240 | 111 | 217 | 0 | 66 | 13 | 45 | 470 | 45 | 56 |
| Binary | 10100000 | 1001001 | 10001111 | 0 | 110110 | 1011 | 100101 | 100111000 | 100101 | 101110 |
Color Harmonies of #A0498F
Complementary color
Monochromatic Colors of #A0498F
Black with #A0498F
Text Example
Text Example
White with #A0498F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0498F; }
p { color: rgb(160,73,143); }
H1.HeaderClassName
{
color: #A0498F;
}
.AnyTagClassName
{
color: #A0498F;
}
</style>
background-color css
<style>
a { background-color: #A0498F; }
a { background-color: rgb(160,73,143); }
div.DivClassName
{
background-color: #A0498F;
}
.BgClassName
{
background-color: #A0498F;
}
</style>
border-color css
<style>
span { border-color: #A0498F; }
span { border-color: rgb(160,73,143); }
td.TdClassName
{
border-color: #A0498F;
}
.TagClassName
{
border-color: #A0498F;
}
</style>