Shades of Violet Blue #A6519E
Tints of Violet Blue #A6519E
RGB
CMYK
RGB Variations
Color information
#A6519E (or 0xA6519E) is known color: Violet Blue. HEX triplet: A6, 51 and 9E. RGB value is (166,81,158). Sum of RGB (Red+Green+Blue) = 166+81+158=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 81 (32.03% from 255 or 20% from 405); Blue value is 158 (62.11% from 255 or 39.01% from 405); Max value from RGB is 166 - color contains mainly: red. Hex color #A6519E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6519E is #59AE61. Grayscale: #727272. Windows color (decimal): -5877346 or 10375590. OLE color: 10375590.
HSL color Cylindrical-coordinate representation of color #A6519E: hue angle of 305.65º 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 #A6519E is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 81 | 158 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.35 |
| HSL | 305.65º | 0.34% | 0.48% | - |
| HSV(B) | 305.65º | 0.51% | 0.65% | - |
| XYZ | 24.84 | 16.46 | 34.22 | - |
| YUV | 115.19 | 152.16 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 81 | 158 | 0 | 0.51 | 0.05 | 0.35 | 305.65 | 0.34 | 0.48 |
| Hex | A6 | 51 | 9E | 0 | 33 | 5 | 23 | 132 | 22 | 30 |
| Octal | 246 | 121 | 236 | 0 | 63 | 5 | 43 | 462 | 42 | 60 |
| Binary | 10100110 | 1010001 | 10011110 | 0 | 110011 | 101 | 100011 | 100110010 | 100010 | 110000 |
Color Harmonies of #A6519E
Complementary color
Monochromatic Colors of #A6519E
Black with #A6519E
Text Example
Text Example
White with #A6519E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6519E; }
p { color: rgb(166,81,158); }
H1.HeaderClassName
{
color: #A6519E;
}
.AnyTagClassName
{
color: #A6519E;
}
</style>
background-color css
<style>
a { background-color: #A6519E; }
a { background-color: rgb(166,81,158); }
div.DivClassName
{
background-color: #A6519E;
}
.BgClassName
{
background-color: #A6519E;
}
</style>
border-color css
<style>
span { border-color: #A6519E; }
span { border-color: rgb(166,81,158); }
td.TdClassName
{
border-color: #A6519E;
}
.TagClassName
{
border-color: #A6519E;
}
</style>