Shades of Violet Blue #A3529C
Tints of Violet Blue #A3529C
RGB
CMYK
RGB Variations
Color information
#A3529C (or 0xA3529C) is known color: Violet Blue. HEX triplet: A3, 52 and 9C. RGB value is (163,82,156). Sum of RGB (Red+Green+Blue) = 163+82+156=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 163 - color contains mainly: red. Hex color #A3529C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3529C is #5CAD63. Grayscale: #727272. Windows color (decimal): -6073700 or 10244771. OLE color: 10244771.
HSL color Cylindrical-coordinate representation of color #A3529C: hue angle of 305.19º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A3529C is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 82 | 156 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.36 |
| HSL | 305.19º | 0.33% | 0.48% | - |
| HSV(B) | 305.19º | 0.5% | 0.64% | - |
| XYZ | 24.12 | 16.22 | 33.31 | - |
| YUV | 114.66 | 151.34 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 82 | 156 | 0 | 0.50 | 0.04 | 0.36 | 305.19 | 0.33 | 0.48 |
| Hex | A3 | 52 | 9C | 0 | 32 | 4 | 24 | 131 | 21 | 30 |
| Octal | 243 | 122 | 234 | 0 | 62 | 4 | 44 | 461 | 41 | 60 |
| Binary | 10100011 | 1010010 | 10011100 | 0 | 110010 | 100 | 100100 | 100110001 | 100001 | 110000 |
Color Harmonies of #A3529C
Complementary color
Monochromatic Colors of #A3529C
Black with #A3529C
Text Example
Text Example
White with #A3529C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3529C; }
p { color: rgb(163,82,156); }
H1.HeaderClassName
{
color: #A3529C;
}
.AnyTagClassName
{
color: #A3529C;
}
</style>
background-color css
<style>
a { background-color: #A3529C; }
a { background-color: rgb(163,82,156); }
div.DivClassName
{
background-color: #A3529C;
}
.BgClassName
{
background-color: #A3529C;
}
</style>
border-color css
<style>
span { border-color: #A3529C; }
span { border-color: rgb(163,82,156); }
td.TdClassName
{
border-color: #A3529C;
}
.TagClassName
{
border-color: #A3529C;
}
</style>