Shades of Violet Blue #A0529D
Tints of Violet Blue #A0529D
RGB
CMYK
RGB Variations
Color information
#A0529D (or 0xA0529D) is known color: Violet Blue. HEX triplet: A0, 52 and 9D. RGB value is (160,82,157). Sum of RGB (Red+Green+Blue) = 160+82+157=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 160 - color contains mainly: red. Hex color #A0529D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0529D is #5FAD62. Grayscale: #717171. Windows color (decimal): -6270307 or 10310304. OLE color: 10310304.
HSL color Cylindrical-coordinate representation of color #A0529D: hue angle of 302.31º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A0529D is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 82 | 157 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.37 |
| HSL | 302.31º | 0.32% | 0.47% | - |
| HSV(B) | 302.31º | 0.49% | 0.63% | - |
| XYZ | 23.6 | 15.94 | 33.73 | - |
| YUV | 113.87 | 152.34 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 82 | 157 | 0 | 0.49 | 0.02 | 0.37 | 302.31 | 0.32 | 0.47 |
| Hex | A0 | 52 | 9D | 0 | 31 | 2 | 25 | 12E | 20 | 2F |
| Octal | 240 | 122 | 235 | 0 | 61 | 2 | 45 | 456 | 40 | 57 |
| Binary | 10100000 | 1010010 | 10011101 | 0 | 110001 | 10 | 100101 | 100101110 | 100000 | 101111 |
Color Harmonies of #A0529D
Complementary color
Monochromatic Colors of #A0529D
Black with #A0529D
Text Example
Text Example
White with #A0529D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0529D; }
p { color: rgb(160,82,157); }
H1.HeaderClassName
{
color: #A0529D;
}
.AnyTagClassName
{
color: #A0529D;
}
</style>
background-color css
<style>
a { background-color: #A0529D; }
a { background-color: rgb(160,82,157); }
div.DivClassName
{
background-color: #A0529D;
}
.BgClassName
{
background-color: #A0529D;
}
</style>
border-color css
<style>
span { border-color: #A0529D; }
span { border-color: rgb(160,82,157); }
td.TdClassName
{
border-color: #A0529D;
}
.TagClassName
{
border-color: #A0529D;
}
</style>