Shades of Violet Blue #A4529A
Tints of Violet Blue #A4529A
RGB
CMYK
RGB Variations
Color information
#A4529A (or 0xA4529A) is known color: Violet Blue. HEX triplet: A4, 52 and 9A. RGB value is (164,82,154). Sum of RGB (Red+Green+Blue) = 164+82+154=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 154 (60.55% from 255 or 38.5% from 400); Max value from RGB is 164 - color contains mainly: red. Hex color #A4529A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4529A is #5BAD65. Grayscale: #727272. Windows color (decimal): -6008166 or 10113700. OLE color: 10113700.
HSL color Cylindrical-coordinate representation of color #A4529A: hue angle of 307.32º 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 #A4529A is Cyan = 0, Magento = 0.5, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 82 | 154 | - |
| CMYK | 0 | 0.5 | 0.06 | 0.36 |
| HSL | 307.32º | 0.33% | 0.48% | - |
| HSV(B) | 307.32º | 0.5% | 0.64% | - |
| XYZ | 24.16 | 16.26 | 32.44 | - |
| YUV | 114.73 | 150.17 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 82 | 154 | 0 | 0.5 | 0.06 | 0.36 | 307.32 | 0.33 | 0.48 |
| Hex | A4 | 52 | 9A | 0 | 32 | 6 | 24 | 133 | 21 | 30 |
| Octal | 244 | 122 | 232 | 0 | 62 | 6 | 44 | 463 | 41 | 60 |
| Binary | 10100100 | 1010010 | 10011010 | 0 | 110010 | 110 | 100100 | 100110011 | 100001 | 110000 |
Color Harmonies of #A4529A
Complementary color
Monochromatic Colors of #A4529A
Black with #A4529A
Text Example
Text Example
White with #A4529A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4529A; }
p { color: rgb(164,82,154); }
H1.HeaderClassName
{
color: #A4529A;
}
.AnyTagClassName
{
color: #A4529A;
}
</style>
background-color css
<style>
a { background-color: #A4529A; }
a { background-color: rgb(164,82,154); }
div.DivClassName
{
background-color: #A4529A;
}
.BgClassName
{
background-color: #A4529A;
}
</style>
border-color css
<style>
span { border-color: #A4529A; }
span { border-color: rgb(164,82,154); }
td.TdClassName
{
border-color: #A4529A;
}
.TagClassName
{
border-color: #A4529A;
}
</style>