Shades of Violet Blue #A4528D
Tints of Violet Blue #A4528D
RGB
CMYK
RGB Variations
Color information
#A4528D (or 0xA4528D) is known color: Violet Blue. HEX triplet: A4, 52 and 8D. RGB value is (164,82,141). Sum of RGB (Red+Green+Blue) = 164+82+141=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 164 - color contains mainly: red. Hex color #A4528D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4528D is #5BAD72. Grayscale: #717171. Windows color (decimal): -6008179 or 9261732. OLE color: 9261732.
HSL color Cylindrical-coordinate representation of color #A4528D: hue angle of 316.83º 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 #A4528D is Cyan = 0, Magento = 0.5, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 82 | 141 | - |
| CMYK | 0 | 0.5 | 0.14 | 0.36 |
| HSL | 316.83º | 0.33% | 0.48% | - |
| HSV(B) | 316.83º | 0.5% | 0.64% | - |
| XYZ | 23.13 | 15.85 | 27.04 | - |
| YUV | 113.24 | 143.67 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 82 | 141 | 0 | 0.5 | 0.14 | 0.36 | 316.83 | 0.33 | 0.48 |
| Hex | A4 | 52 | 8D | 0 | 32 | E | 24 | 13D | 21 | 30 |
| Octal | 244 | 122 | 215 | 0 | 62 | 16 | 44 | 475 | 41 | 60 |
| Binary | 10100100 | 1010010 | 10001101 | 0 | 110010 | 1110 | 100100 | 100111101 | 100001 | 110000 |
Color Harmonies of #A4528D
Complementary color
Monochromatic Colors of #A4528D
Black with #A4528D
Text Example
Text Example
White with #A4528D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4528D; }
p { color: rgb(164,82,141); }
H1.HeaderClassName
{
color: #A4528D;
}
.AnyTagClassName
{
color: #A4528D;
}
</style>
background-color css
<style>
a { background-color: #A4528D; }
a { background-color: rgb(164,82,141); }
div.DivClassName
{
background-color: #A4528D;
}
.BgClassName
{
background-color: #A4528D;
}
</style>
border-color css
<style>
span { border-color: #A4528D; }
span { border-color: rgb(164,82,141); }
td.TdClassName
{
border-color: #A4528D;
}
.TagClassName
{
border-color: #A4528D;
}
</style>