Shades of Violet Blue #A0498B
Tints of Violet Blue #A0498B
RGB
CMYK
RGB Variations
Color information
#A0498B (or 0xA0498B) is known color: Violet Blue. HEX triplet: A0, 49 and 8B. RGB value is (160,73,139). Sum of RGB (Red+Green+Blue) = 160+73+139=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 73 (28.91% from 255 or 19.62% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 160 - color contains mainly: red. Hex color #A0498B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0498B is #5FB674. Grayscale: #6A6A6A. Windows color (decimal): -6272629 or 9128352. OLE color: 9128352.
HSL color Cylindrical-coordinate representation of color #A0498B: hue angle of 314.48º 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 #A0498B is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 73 | 139 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.37 |
| HSL | 314.48º | 0.37% | 0.46% | - |
| HSV(B) | 314.48º | 0.54% | 0.63% | - |
| XYZ | 21.54 | 14.1 | 26.01 | - |
| YUV | 106.54 | 146.32 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 73 | 139 | 0 | 0.54 | 0.13 | 0.37 | 314.48 | 0.37 | 0.46 |
| Hex | A0 | 49 | 8B | 0 | 36 | D | 25 | 13A | 25 | 2E |
| Octal | 240 | 111 | 213 | 0 | 66 | 15 | 45 | 472 | 45 | 56 |
| Binary | 10100000 | 1001001 | 10001011 | 0 | 110110 | 1101 | 100101 | 100111010 | 100101 | 101110 |
Color Harmonies of #A0498B
Complementary color
Monochromatic Colors of #A0498B
Black with #A0498B
Text Example
Text Example
White with #A0498B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0498B; }
p { color: rgb(160,73,139); }
H1.HeaderClassName
{
color: #A0498B;
}
.AnyTagClassName
{
color: #A0498B;
}
</style>
background-color css
<style>
a { background-color: #A0498B; }
a { background-color: rgb(160,73,139); }
div.DivClassName
{
background-color: #A0498B;
}
.BgClassName
{
background-color: #A0498B;
}
</style>
border-color css
<style>
span { border-color: #A0498B; }
span { border-color: rgb(160,73,139); }
td.TdClassName
{
border-color: #A0498B;
}
.TagClassName
{
border-color: #A0498B;
}
</style>