Shades of Violet Blue #A0529B
Tints of Violet Blue #A0529B
RGB
CMYK
RGB Variations
Color information
#A0529B (or 0xA0529B) is known color: Violet Blue. HEX triplet: A0, 52 and 9B. RGB value is (160,82,155). Sum of RGB (Red+Green+Blue) = 160+82+155=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 82 (32.42% from 255 or 20.65% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 160 - color contains mainly: red. Hex color #A0529B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0529B is #5FAD64. Grayscale: #717171. Windows color (decimal): -6270309 or 10179232. OLE color: 10179232.
HSL color Cylindrical-coordinate representation of color #A0529B: hue angle of 303.85º 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 #A0529B is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 82 | 155 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.37 |
| HSL | 303.85º | 0.32% | 0.47% | - |
| HSV(B) | 303.85º | 0.49% | 0.63% | - |
| XYZ | 23.43 | 15.87 | 32.84 | - |
| YUV | 113.64 | 151.34 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 82 | 155 | 0 | 0.49 | 0.03 | 0.37 | 303.85 | 0.32 | 0.47 |
| Hex | A0 | 52 | 9B | 0 | 31 | 3 | 25 | 130 | 20 | 2F |
| Octal | 240 | 122 | 233 | 0 | 61 | 3 | 45 | 460 | 40 | 57 |
| Binary | 10100000 | 1010010 | 10011011 | 0 | 110001 | 11 | 100101 | 100110000 | 100000 | 101111 |
Color Harmonies of #A0529B
Complementary color
Monochromatic Colors of #A0529B
Black with #A0529B
Text Example
Text Example
White with #A0529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0529B; }
p { color: rgb(160,82,155); }
H1.HeaderClassName
{
color: #A0529B;
}
.AnyTagClassName
{
color: #A0529B;
}
</style>
background-color css
<style>
a { background-color: #A0529B; }
a { background-color: rgb(160,82,155); }
div.DivClassName
{
background-color: #A0529B;
}
.BgClassName
{
background-color: #A0529B;
}
</style>
border-color css
<style>
span { border-color: #A0529B; }
span { border-color: rgb(160,82,155); }
td.TdClassName
{
border-color: #A0529B;
}
.TagClassName
{
border-color: #A0529B;
}
</style>