Shades of Violet Blue #A0539D
Tints of Violet Blue #A0539D
RGB
CMYK
RGB Variations
Color information
#A0539D (or 0xA0539D) is known color: Violet Blue. HEX triplet: A0, 53 and 9D. RGB value is (160,83,157). Sum of RGB (Red+Green+Blue) = 160+83+157=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 83 (32.81% from 255 or 20.75% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 160 - color contains mainly: red. Hex color #A0539D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0539D is #5FAC62. Grayscale: #727272. Windows color (decimal): -6270051 or 10310560. OLE color: 10310560.
HSL color Cylindrical-coordinate representation of color #A0539D: hue angle of 302.34º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A0539D is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 83 | 157 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.37 |
| HSL | 302.34º | 0.32% | 0.48% | - |
| HSV(B) | 302.34º | 0.48% | 0.63% | - |
| XYZ | 23.68 | 16.09 | 33.76 | - |
| YUV | 114.46 | 152.01 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 83 | 157 | 0 | 0.48 | 0.02 | 0.37 | 302.34 | 0.32 | 0.48 |
| Hex | A0 | 53 | 9D | 0 | 30 | 2 | 25 | 12E | 20 | 30 |
| Octal | 240 | 123 | 235 | 0 | 60 | 2 | 45 | 456 | 40 | 60 |
| Binary | 10100000 | 1010011 | 10011101 | 0 | 110000 | 10 | 100101 | 100101110 | 100000 | 110000 |
Color Harmonies of #A0539D
Complementary color
Monochromatic Colors of #A0539D
Black with #A0539D
Text Example
Text Example
White with #A0539D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0539D; }
p { color: rgb(160,83,157); }
H1.HeaderClassName
{
color: #A0539D;
}
.AnyTagClassName
{
color: #A0539D;
}
</style>
background-color css
<style>
a { background-color: #A0539D; }
a { background-color: rgb(160,83,157); }
div.DivClassName
{
background-color: #A0539D;
}
.BgClassName
{
background-color: #A0539D;
}
</style>
border-color css
<style>
span { border-color: #A0539D; }
span { border-color: rgb(160,83,157); }
td.TdClassName
{
border-color: #A0539D;
}
.TagClassName
{
border-color: #A0539D;
}
</style>