Shades of Violet Blue #A6579E
Tints of Violet Blue #A6579E
RGB
CMYK
RGB Variations
Color information
#A6579E (or 0xA6579E) is known color: Violet Blue. HEX triplet: A6, 57 and 9E. RGB value is (166,87,158). Sum of RGB (Red+Green+Blue) = 166+87+158=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 87 (34.38% from 255 or 21.17% from 411); Blue value is 158 (62.11% from 255 or 38.44% from 411); Max value from RGB is 166 - color contains mainly: red. Hex color #A6579E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6579E is #59A861. Grayscale: #767676. Windows color (decimal): -5875810 or 10377126. OLE color: 10377126.
HSL color Cylindrical-coordinate representation of color #A6579E: hue angle of 306.08º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A6579E is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 87 | 158 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.35 |
| HSL | 306.08º | 0.31% | 0.5% | - |
| HSV(B) | 306.08º | 0.48% | 0.65% | - |
| XYZ | 25.31 | 17.39 | 34.37 | - |
| YUV | 118.72 | 150.17 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 87 | 158 | 0 | 0.48 | 0.05 | 0.35 | 306.08 | 0.31 | 0.5 |
| Hex | A6 | 57 | 9E | 0 | 30 | 5 | 23 | 132 | 1F | 32 |
| Octal | 246 | 127 | 236 | 0 | 60 | 5 | 43 | 462 | 37 | 62 |
| Binary | 10100110 | 1010111 | 10011110 | 0 | 110000 | 101 | 100011 | 100110010 | 11111 | 110010 |
Color Harmonies of #A6579E
Complementary color
Monochromatic Colors of #A6579E
Black with #A6579E
Text Example
Text Example
White with #A6579E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6579E; }
p { color: rgb(166,87,158); }
H1.HeaderClassName
{
color: #A6579E;
}
.AnyTagClassName
{
color: #A6579E;
}
</style>
background-color css
<style>
a { background-color: #A6579E; }
a { background-color: rgb(166,87,158); }
div.DivClassName
{
background-color: #A6579E;
}
.BgClassName
{
background-color: #A6579E;
}
</style>
border-color css
<style>
span { border-color: #A6579E; }
span { border-color: rgb(166,87,158); }
td.TdClassName
{
border-color: #A6579E;
}
.TagClassName
{
border-color: #A6579E;
}
</style>