Shades of Violet Blue #A0499F
Tints of Violet Blue #A0499F
RGB
CMYK
RGB Variations
Color information
#A0499F (or 0xA0499F) is known color: Violet Blue. HEX triplet: A0, 49 and 9F. RGB value is (160,73,159). Sum of RGB (Red+Green+Blue) = 160+73+159=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 73 (28.91% from 255 or 18.62% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 160 - color contains mainly: red. Hex color #A0499F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0499F is #5FB660. Grayscale: #6C6C6C. Windows color (decimal): -6272609 or 10439072. OLE color: 10439072.
HSL color Cylindrical-coordinate representation of color #A0499F: hue angle of 300.69º 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 #A0499F is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 73 | 159 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.37 |
| HSL | 300.69º | 0.37% | 0.46% | - |
| HSV(B) | 300.69º | 0.54% | 0.63% | - |
| XYZ | 23.14 | 14.74 | 34.43 | - |
| YUV | 108.82 | 156.32 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 73 | 159 | 0 | 0.54 | 0.01 | 0.37 | 300.69 | 0.37 | 0.46 |
| Hex | A0 | 49 | 9F | 0 | 36 | 1 | 25 | 12D | 25 | 2E |
| Octal | 240 | 111 | 237 | 0 | 66 | 1 | 45 | 455 | 45 | 56 |
| Binary | 10100000 | 1001001 | 10011111 | 0 | 110110 | 1 | 100101 | 100101101 | 100101 | 101110 |
Color Harmonies of #A0499F
Complementary color
Monochromatic Colors of #A0499F
Black with #A0499F
Text Example
Text Example
White with #A0499F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0499F; }
p { color: rgb(160,73,159); }
H1.HeaderClassName
{
color: #A0499F;
}
.AnyTagClassName
{
color: #A0499F;
}
</style>
background-color css
<style>
a { background-color: #A0499F; }
a { background-color: rgb(160,73,159); }
div.DivClassName
{
background-color: #A0499F;
}
.BgClassName
{
background-color: #A0499F;
}
</style>
border-color css
<style>
span { border-color: #A0499F; }
span { border-color: rgb(160,73,159); }
td.TdClassName
{
border-color: #A0499F;
}
.TagClassName
{
border-color: #A0499F;
}
</style>