Shades of Violet Blue #A0529C
Tints of Violet Blue #A0529C
RGB
CMYK
RGB Variations
Color information
#A0529C (or 0xA0529C) is known color: Violet Blue. HEX triplet: A0, 52 and 9C. RGB value is (160,82,156). Sum of RGB (Red+Green+Blue) = 160+82+156=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 160 - color contains mainly: red. Hex color #A0529C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0529C is #5FAD63. Grayscale: #717171. Windows color (decimal): -6270308 or 10244768. OLE color: 10244768.
HSL color Cylindrical-coordinate representation of color #A0529C: hue angle of 303.08º 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 #A0529C is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 82 | 156 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.37 |
| HSL | 303.08º | 0.32% | 0.47% | - |
| HSV(B) | 303.08º | 0.49% | 0.63% | - |
| XYZ | 23.52 | 15.91 | 33.28 | - |
| YUV | 113.76 | 151.84 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 82 | 156 | 0 | 0.49 | 0.02 | 0.37 | 303.08 | 0.32 | 0.47 |
| Hex | A0 | 52 | 9C | 0 | 31 | 2 | 25 | 12F | 20 | 2F |
| Octal | 240 | 122 | 234 | 0 | 61 | 2 | 45 | 457 | 40 | 57 |
| Binary | 10100000 | 1010010 | 10011100 | 0 | 110001 | 10 | 100101 | 100101111 | 100000 | 101111 |
Color Harmonies of #A0529C
Complementary color
Monochromatic Colors of #A0529C
Black with #A0529C
Text Example
Text Example
White with #A0529C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0529C; }
p { color: rgb(160,82,156); }
H1.HeaderClassName
{
color: #A0529C;
}
.AnyTagClassName
{
color: #A0529C;
}
</style>
background-color css
<style>
a { background-color: #A0529C; }
a { background-color: rgb(160,82,156); }
div.DivClassName
{
background-color: #A0529C;
}
.BgClassName
{
background-color: #A0529C;
}
</style>
border-color css
<style>
span { border-color: #A0529C; }
span { border-color: rgb(160,82,156); }
td.TdClassName
{
border-color: #A0529C;
}
.TagClassName
{
border-color: #A0529C;
}
</style>