Shades of Violet Blue #A4529B
Tints of Violet Blue #A4529B
RGB
CMYK
RGB Variations
Color information
#A4529B (or 0xA4529B) is known color: Violet Blue. HEX triplet: A4, 52 and 9B. RGB value is (164,82,155). Sum of RGB (Red+Green+Blue) = 164+82+155=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 164 - color contains mainly: red. Hex color #A4529B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4529B is #5BAD64. Grayscale: #727272. Windows color (decimal): -6008165 or 10179236. OLE color: 10179236.
HSL color Cylindrical-coordinate representation of color #A4529B: hue angle of 306.59º 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 #A4529B is Cyan = 0, Magento = 0.5, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 82 | 155 | - |
| CMYK | 0 | 0.5 | 0.05 | 0.36 |
| HSL | 306.59º | 0.33% | 0.48% | - |
| HSV(B) | 306.59º | 0.5% | 0.64% | - |
| XYZ | 24.24 | 16.29 | 32.88 | - |
| YUV | 114.84 | 150.67 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 82 | 155 | 0 | 0.5 | 0.05 | 0.36 | 306.59 | 0.33 | 0.48 |
| Hex | A4 | 52 | 9B | 0 | 32 | 5 | 24 | 133 | 21 | 30 |
| Octal | 244 | 122 | 233 | 0 | 62 | 5 | 44 | 463 | 41 | 60 |
| Binary | 10100100 | 1010010 | 10011011 | 0 | 110010 | 101 | 100100 | 100110011 | 100001 | 110000 |
Color Harmonies of #A4529B
Complementary color
Monochromatic Colors of #A4529B
Black with #A4529B
Text Example
Text Example
White with #A4529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4529B; }
p { color: rgb(164,82,155); }
H1.HeaderClassName
{
color: #A4529B;
}
.AnyTagClassName
{
color: #A4529B;
}
</style>
background-color css
<style>
a { background-color: #A4529B; }
a { background-color: rgb(164,82,155); }
div.DivClassName
{
background-color: #A4529B;
}
.BgClassName
{
background-color: #A4529B;
}
</style>
border-color css
<style>
span { border-color: #A4529B; }
span { border-color: rgb(164,82,155); }
td.TdClassName
{
border-color: #A4529B;
}
.TagClassName
{
border-color: #A4529B;
}
</style>