Shades of Violet Blue #A5519E
Tints of Violet Blue #A5519E
RGB
CMYK
RGB Variations
Color information
#A5519E (or 0xA5519E) is known color: Violet Blue. HEX triplet: A5, 51 and 9E. RGB value is (165,81,158). Sum of RGB (Red+Green+Blue) = 165+81+158=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 81 (32.03% from 255 or 20.05% from 404); Blue value is 158 (62.11% from 255 or 39.11% from 404); Max value from RGB is 165 - color contains mainly: red. Hex color #A5519E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5519E is #5AAE61. Grayscale: #727272. Windows color (decimal): -5942882 or 10375589. OLE color: 10375589.
HSL color Cylindrical-coordinate representation of color #A5519E: hue angle of 305º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A5519E is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 81 | 158 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.35 |
| HSL | 305º | 0.34% | 0.48% | - |
| HSV(B) | 305º | 0.51% | 0.65% | - |
| XYZ | 24.63 | 16.35 | 34.21 | - |
| YUV | 114.89 | 152.33 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 81 | 158 | 0 | 0.51 | 0.04 | 0.35 | 305 | 0.34 | 0.48 |
| Hex | A5 | 51 | 9E | 0 | 33 | 4 | 23 | 131 | 22 | 30 |
| Octal | 245 | 121 | 236 | 0 | 63 | 4 | 43 | 461 | 42 | 60 |
| Binary | 10100101 | 1010001 | 10011110 | 0 | 110011 | 100 | 100011 | 100110001 | 100010 | 110000 |
Color Harmonies of #A5519E
Complementary color
Monochromatic Colors of #A5519E
Black with #A5519E
Text Example
Text Example
White with #A5519E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5519E; }
p { color: rgb(165,81,158); }
H1.HeaderClassName
{
color: #A5519E;
}
.AnyTagClassName
{
color: #A5519E;
}
</style>
background-color css
<style>
a { background-color: #A5519E; }
a { background-color: rgb(165,81,158); }
div.DivClassName
{
background-color: #A5519E;
}
.BgClassName
{
background-color: #A5519E;
}
</style>
border-color css
<style>
span { border-color: #A5519E; }
span { border-color: rgb(165,81,158); }
td.TdClassName
{
border-color: #A5519E;
}
.TagClassName
{
border-color: #A5519E;
}
</style>