Shades of Violet Blue #A0498A
Tints of Violet Blue #A0498A
RGB
CMYK
RGB Variations
Color information
#A0498A (or 0xA0498A) is known color: Violet Blue. HEX triplet: A0, 49 and 8A. RGB value is (160,73,138). Sum of RGB (Red+Green+Blue) = 160+73+138=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 160 - color contains mainly: red. Hex color #A0498A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0498A is #5FB675. Grayscale: #6A6A6A. Windows color (decimal): -6272630 or 9062816. OLE color: 9062816.
HSL color Cylindrical-coordinate representation of color #A0498A: hue angle of 315.17º 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 #A0498A is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 73 | 138 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.37 |
| HSL | 315.17º | 0.37% | 0.46% | - |
| HSV(B) | 315.17º | 0.54% | 0.63% | - |
| XYZ | 21.47 | 14.07 | 25.63 | - |
| YUV | 106.42 | 145.82 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 73 | 138 | 0 | 0.54 | 0.14 | 0.37 | 315.17 | 0.37 | 0.46 |
| Hex | A0 | 49 | 8A | 0 | 36 | E | 25 | 13B | 25 | 2E |
| Octal | 240 | 111 | 212 | 0 | 66 | 16 | 45 | 473 | 45 | 56 |
| Binary | 10100000 | 1001001 | 10001010 | 0 | 110110 | 1110 | 100101 | 100111011 | 100101 | 101110 |
Color Harmonies of #A0498A
Complementary color
Monochromatic Colors of #A0498A
Black with #A0498A
Text Example
Text Example
White with #A0498A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0498A; }
p { color: rgb(160,73,138); }
H1.HeaderClassName
{
color: #A0498A;
}
.AnyTagClassName
{
color: #A0498A;
}
</style>
background-color css
<style>
a { background-color: #A0498A; }
a { background-color: rgb(160,73,138); }
div.DivClassName
{
background-color: #A0498A;
}
.BgClassName
{
background-color: #A0498A;
}
</style>
border-color css
<style>
span { border-color: #A0498A; }
span { border-color: rgb(160,73,138); }
td.TdClassName
{
border-color: #A0498A;
}
.TagClassName
{
border-color: #A0498A;
}
</style>