Shades of Violet Blue #A6519A
Tints of Violet Blue #A6519A
RGB
CMYK
RGB Variations
Color information
#A6519A (or 0xA6519A) is known color: Violet Blue. HEX triplet: A6, 51 and 9A. RGB value is (166,81,154). Sum of RGB (Red+Green+Blue) = 166+81+154=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 154 (60.55% from 255 or 38.40% from 401); Max value from RGB is 166 - color contains mainly: red. Hex color #A6519A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6519A is #59AE65. Grayscale: #727272. Windows color (decimal): -5877350 or 10113446. OLE color: 10113446.
HSL color Cylindrical-coordinate representation of color #A6519A: hue angle of 308.47º 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 #A6519A is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 81 | 154 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.35 |
| HSL | 308.47º | 0.34% | 0.48% | - |
| HSV(B) | 308.47º | 0.51% | 0.65% | - |
| XYZ | 24.5 | 16.32 | 32.43 | - |
| YUV | 114.74 | 150.16 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 81 | 154 | 0 | 0.51 | 0.07 | 0.35 | 308.47 | 0.34 | 0.48 |
| Hex | A6 | 51 | 9A | 0 | 33 | 7 | 23 | 134 | 22 | 30 |
| Octal | 246 | 121 | 232 | 0 | 63 | 7 | 43 | 464 | 42 | 60 |
| Binary | 10100110 | 1010001 | 10011010 | 0 | 110011 | 111 | 100011 | 100110100 | 100010 | 110000 |
Color Harmonies of #A6519A
Complementary color
Monochromatic Colors of #A6519A
Black with #A6519A
Text Example
Text Example
White with #A6519A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6519A; }
p { color: rgb(166,81,154); }
H1.HeaderClassName
{
color: #A6519A;
}
.AnyTagClassName
{
color: #A6519A;
}
</style>
background-color css
<style>
a { background-color: #A6519A; }
a { background-color: rgb(166,81,154); }
div.DivClassName
{
background-color: #A6519A;
}
.BgClassName
{
background-color: #A6519A;
}
</style>
border-color css
<style>
span { border-color: #A6519A; }
span { border-color: rgb(166,81,154); }
td.TdClassName
{
border-color: #A6519A;
}
.TagClassName
{
border-color: #A6519A;
}
</style>