Shades of Violet Blue #A4519E
Tints of Violet Blue #A4519E
RGB
CMYK
RGB Variations
Color information
#A4519E (or 0xA4519E) is known color: Violet Blue. HEX triplet: A4, 51 and 9E. RGB value is (164,81,158). Sum of RGB (Red+Green+Blue) = 164+81+158=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 81 (32.03% from 255 or 20.10% from 403); Blue value is 158 (62.11% from 255 or 39.21% from 403); Max value from RGB is 164 - color contains mainly: red. Hex color #A4519E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4519E is #5BAE61. Grayscale: #727272. Windows color (decimal): -6008418 or 10375588. OLE color: 10375588.
HSL color Cylindrical-coordinate representation of color #A4519E: hue angle of 304.34º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A4519E is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 81 | 158 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.36 |
| HSL | 304.34º | 0.34% | 0.48% | - |
| HSV(B) | 304.34º | 0.51% | 0.64% | - |
| XYZ | 24.42 | 16.25 | 34.2 | - |
| YUV | 114.6 | 152.5 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 81 | 158 | 0 | 0.51 | 0.04 | 0.36 | 304.34 | 0.34 | 0.48 |
| Hex | A4 | 51 | 9E | 0 | 33 | 4 | 24 | 130 | 22 | 30 |
| Octal | 244 | 121 | 236 | 0 | 63 | 4 | 44 | 460 | 42 | 60 |
| Binary | 10100100 | 1010001 | 10011110 | 0 | 110011 | 100 | 100100 | 100110000 | 100010 | 110000 |
Color Harmonies of #A4519E
Complementary color
Monochromatic Colors of #A4519E
Black with #A4519E
Text Example
Text Example
White with #A4519E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4519E; }
p { color: rgb(164,81,158); }
H1.HeaderClassName
{
color: #A4519E;
}
.AnyTagClassName
{
color: #A4519E;
}
</style>
background-color css
<style>
a { background-color: #A4519E; }
a { background-color: rgb(164,81,158); }
div.DivClassName
{
background-color: #A4519E;
}
.BgClassName
{
background-color: #A4519E;
}
</style>
border-color css
<style>
span { border-color: #A4519E; }
span { border-color: rgb(164,81,158); }
td.TdClassName
{
border-color: #A4519E;
}
.TagClassName
{
border-color: #A4519E;
}
</style>