Shades of Violet Blue #A6599E
Tints of Violet Blue #A6599E
RGB
CMYK
RGB Variations
Color information
#A6599E (or 0xA6599E) is known color: Violet Blue. HEX triplet: A6, 59 and 9E. RGB value is (166,89,158). Sum of RGB (Red+Green+Blue) = 166+89+158=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 89 (35.16% from 255 or 21.55% from 413); Blue value is 158 (62.11% from 255 or 38.26% from 413); Max value from RGB is 166 - color contains mainly: red. Hex color #A6599E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6599E is #59A661. Grayscale: #777777. Windows color (decimal): -5875298 or 10377638. OLE color: 10377638.
HSL color Cylindrical-coordinate representation of color #A6599E: hue angle of 306.23º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A6599E is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 89 | 158 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.35 |
| HSL | 306.23º | 0.3% | 0.5% | - |
| HSV(B) | 306.23º | 0.46% | 0.65% | - |
| XYZ | 25.47 | 17.72 | 34.43 | - |
| YUV | 119.89 | 149.51 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 89 | 158 | 0 | 0.46 | 0.05 | 0.35 | 306.23 | 0.3 | 0.5 |
| Hex | A6 | 59 | 9E | 0 | 2E | 5 | 23 | 132 | 1E | 32 |
| Octal | 246 | 131 | 236 | 0 | 56 | 5 | 43 | 462 | 36 | 62 |
| Binary | 10100110 | 1011001 | 10011110 | 0 | 101110 | 101 | 100011 | 100110010 | 11110 | 110010 |
Color Harmonies of #A6599E
Complementary color
Monochromatic Colors of #A6599E
Black with #A6599E
Text Example
Text Example
White with #A6599E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6599E; }
p { color: rgb(166,89,158); }
H1.HeaderClassName
{
color: #A6599E;
}
.AnyTagClassName
{
color: #A6599E;
}
</style>
background-color css
<style>
a { background-color: #A6599E; }
a { background-color: rgb(166,89,158); }
div.DivClassName
{
background-color: #A6599E;
}
.BgClassName
{
background-color: #A6599E;
}
</style>
border-color css
<style>
span { border-color: #A6599E; }
span { border-color: rgb(166,89,158); }
td.TdClassName
{
border-color: #A6599E;
}
.TagClassName
{
border-color: #A6599E;
}
</style>