Shades of Violet Blue #A6558E
Tints of Violet Blue #A6558E
RGB
CMYK
RGB Variations
Color information
#A6558E (or 0xA6558E) is known color: Violet Blue. HEX triplet: A6, 55 and 8E. RGB value is (166,85,142). Sum of RGB (Red+Green+Blue) = 166+85+142=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 166 - color contains mainly: red. Hex color #A6558E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6558E is #59AA71. Grayscale: #737373. Windows color (decimal): -5876338 or 9328038. OLE color: 9328038.
HSL color Cylindrical-coordinate representation of color #A6558E: hue angle of 317.78º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A6558E is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 85 | 142 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.35 |
| HSL | 317.78º | 0.32% | 0.49% | - |
| HSV(B) | 317.78º | 0.49% | 0.65% | - |
| XYZ | 23.86 | 16.56 | 27.53 | - |
| YUV | 115.72 | 142.84 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 85 | 142 | 0 | 0.49 | 0.14 | 0.35 | 317.78 | 0.32 | 0.49 |
| Hex | A6 | 55 | 8E | 0 | 31 | E | 23 | 13E | 20 | 31 |
| Octal | 246 | 125 | 216 | 0 | 61 | 16 | 43 | 476 | 40 | 61 |
| Binary | 10100110 | 1010101 | 10001110 | 0 | 110001 | 1110 | 100011 | 100111110 | 100000 | 110001 |
Color Harmonies of #A6558E
Complementary color
Monochromatic Colors of #A6558E
Black with #A6558E
Text Example
Text Example
White with #A6558E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6558E; }
p { color: rgb(166,85,142); }
H1.HeaderClassName
{
color: #A6558E;
}
.AnyTagClassName
{
color: #A6558E;
}
</style>
background-color css
<style>
a { background-color: #A6558E; }
a { background-color: rgb(166,85,142); }
div.DivClassName
{
background-color: #A6558E;
}
.BgClassName
{
background-color: #A6558E;
}
</style>
border-color css
<style>
span { border-color: #A6558E; }
span { border-color: rgb(166,85,142); }
td.TdClassName
{
border-color: #A6558E;
}
.TagClassName
{
border-color: #A6558E;
}
</style>