Shades of Violet Blue #A4529D
Tints of Violet Blue #A4529D
RGB
CMYK
RGB Variations
Color information
#A4529D (or 0xA4529D) is known color: Violet Blue. HEX triplet: A4, 52 and 9D. RGB value is (164,82,157). Sum of RGB (Red+Green+Blue) = 164+82+157=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 164 - color contains mainly: red. Hex color #A4529D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4529D is #5BAD62. Grayscale: #727272. Windows color (decimal): -6008163 or 10310308. OLE color: 10310308.
HSL color Cylindrical-coordinate representation of color #A4529D: hue angle of 305.12º 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 #A4529D is Cyan = 0, Magento = 0.5, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 82 | 157 | - |
| CMYK | 0 | 0.5 | 0.04 | 0.36 |
| HSL | 305.12º | 0.33% | 0.48% | - |
| HSV(B) | 305.12º | 0.5% | 0.64% | - |
| XYZ | 24.41 | 16.36 | 33.77 | - |
| YUV | 115.07 | 151.67 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 82 | 157 | 0 | 0.5 | 0.04 | 0.36 | 305.12 | 0.33 | 0.48 |
| Hex | A4 | 52 | 9D | 0 | 32 | 4 | 24 | 131 | 21 | 30 |
| Octal | 244 | 122 | 235 | 0 | 62 | 4 | 44 | 461 | 41 | 60 |
| Binary | 10100100 | 1010010 | 10011101 | 0 | 110010 | 100 | 100100 | 100110001 | 100001 | 110000 |
Color Harmonies of #A4529D
Complementary color
Monochromatic Colors of #A4529D
Black with #A4529D
Text Example
Text Example
White with #A4529D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4529D; }
p { color: rgb(164,82,157); }
H1.HeaderClassName
{
color: #A4529D;
}
.AnyTagClassName
{
color: #A4529D;
}
</style>
background-color css
<style>
a { background-color: #A4529D; }
a { background-color: rgb(164,82,157); }
div.DivClassName
{
background-color: #A4529D;
}
.BgClassName
{
background-color: #A4529D;
}
</style>
border-color css
<style>
span { border-color: #A4529D; }
span { border-color: rgb(164,82,157); }
td.TdClassName
{
border-color: #A4529D;
}
.TagClassName
{
border-color: #A4529D;
}
</style>