Shades of Violet Blue #A0499D
Tints of Violet Blue #A0499D
RGB
CMYK
RGB Variations
Color information
#A0499D (or 0xA0499D) is known color: Violet Blue. HEX triplet: A0, 49 and 9D. RGB value is (160,73,157). Sum of RGB (Red+Green+Blue) = 160+73+157=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 73 (28.91% from 255 or 18.72% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 160 - color contains mainly: red. Hex color #A0499D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0499D is #5FB662. Grayscale: #6C6C6C. Windows color (decimal): -6272611 or 10308000. OLE color: 10308000.
HSL color Cylindrical-coordinate representation of color #A0499D: hue angle of 302.07º 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 #A0499D is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 73 | 157 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.37 |
| HSL | 302.07º | 0.37% | 0.46% | - |
| HSV(B) | 302.07º | 0.54% | 0.63% | - |
| XYZ | 22.97 | 14.67 | 33.52 | - |
| YUV | 108.59 | 155.32 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 73 | 157 | 0 | 0.54 | 0.02 | 0.37 | 302.07 | 0.37 | 0.46 |
| Hex | A0 | 49 | 9D | 0 | 36 | 2 | 25 | 12E | 25 | 2E |
| Octal | 240 | 111 | 235 | 0 | 66 | 2 | 45 | 456 | 45 | 56 |
| Binary | 10100000 | 1001001 | 10011101 | 0 | 110110 | 10 | 100101 | 100101110 | 100101 | 101110 |
Color Harmonies of #A0499D
Complementary color
Monochromatic Colors of #A0499D
Black with #A0499D
Text Example
Text Example
White with #A0499D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0499D; }
p { color: rgb(160,73,157); }
H1.HeaderClassName
{
color: #A0499D;
}
.AnyTagClassName
{
color: #A0499D;
}
</style>
background-color css
<style>
a { background-color: #A0499D; }
a { background-color: rgb(160,73,157); }
div.DivClassName
{
background-color: #A0499D;
}
.BgClassName
{
background-color: #A0499D;
}
</style>
border-color css
<style>
span { border-color: #A0499D; }
span { border-color: rgb(160,73,157); }
td.TdClassName
{
border-color: #A0499D;
}
.TagClassName
{
border-color: #A0499D;
}
</style>