Shades of Violet Blue #A6518E
Tints of Violet Blue #A6518E
RGB
CMYK
RGB Variations
Color information
#A6518E (or 0xA6518E) is known color: Violet Blue. HEX triplet: A6, 51 and 8E. RGB value is (166,81,142). Sum of RGB (Red+Green+Blue) = 166+81+142=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 166 - color contains mainly: red. Hex color #A6518E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6518E is #59AE71. Grayscale: #717171. Windows color (decimal): -5877362 or 9327014. OLE color: 9327014.
HSL color Cylindrical-coordinate representation of color #A6518E: hue angle of 316.94º 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 #A6518E is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 81 | 142 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.35 |
| HSL | 316.94º | 0.34% | 0.48% | - |
| HSV(B) | 316.94º | 0.51% | 0.65% | - |
| XYZ | 23.55 | 15.94 | 27.43 | - |
| YUV | 113.37 | 144.16 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 81 | 142 | 0 | 0.51 | 0.14 | 0.35 | 316.94 | 0.34 | 0.48 |
| Hex | A6 | 51 | 8E | 0 | 33 | E | 23 | 13D | 22 | 30 |
| Octal | 246 | 121 | 216 | 0 | 63 | 16 | 43 | 475 | 42 | 60 |
| Binary | 10100110 | 1010001 | 10001110 | 0 | 110011 | 1110 | 100011 | 100111101 | 100010 | 110000 |
Color Harmonies of #A6518E
Complementary color
Monochromatic Colors of #A6518E
Black with #A6518E
Text Example
Text Example
White with #A6518E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6518E; }
p { color: rgb(166,81,142); }
H1.HeaderClassName
{
color: #A6518E;
}
.AnyTagClassName
{
color: #A6518E;
}
</style>
background-color css
<style>
a { background-color: #A6518E; }
a { background-color: rgb(166,81,142); }
div.DivClassName
{
background-color: #A6518E;
}
.BgClassName
{
background-color: #A6518E;
}
</style>
border-color css
<style>
span { border-color: #A6518E; }
span { border-color: rgb(166,81,142); }
td.TdClassName
{
border-color: #A6518E;
}
.TagClassName
{
border-color: #A6518E;
}
</style>