Shades of Violet Blue #A6599D
Tints of Violet Blue #A6599D
RGB
CMYK
RGB Variations
Color information
#A6599D (or 0xA6599D) is known color: Violet Blue. HEX triplet: A6, 59 and 9D. RGB value is (166,89,157). Sum of RGB (Red+Green+Blue) = 166+89+157=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 89 (35.16% from 255 or 21.60% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 166 - color contains mainly: red. Hex color #A6599D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6599D is #59A662. Grayscale: #777777. Windows color (decimal): -5875299 or 10312102. OLE color: 10312102.
HSL color Cylindrical-coordinate representation of color #A6599D: hue angle of 307.01º 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 #A6599D is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 89 | 157 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.35 |
| HSL | 307.01º | 0.3% | 0.5% | - |
| HSV(B) | 307.01º | 0.46% | 0.65% | - |
| XYZ | 25.38 | 17.69 | 33.97 | - |
| YUV | 119.78 | 149.01 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 89 | 157 | 0 | 0.46 | 0.05 | 0.35 | 307.01 | 0.3 | 0.5 |
| Hex | A6 | 59 | 9D | 0 | 2E | 5 | 23 | 133 | 1E | 32 |
| Octal | 246 | 131 | 235 | 0 | 56 | 5 | 43 | 463 | 36 | 62 |
| Binary | 10100110 | 1011001 | 10011101 | 0 | 101110 | 101 | 100011 | 100110011 | 11110 | 110010 |
Color Harmonies of #A6599D
Complementary color
Monochromatic Colors of #A6599D
Black with #A6599D
Text Example
Text Example
White with #A6599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6599D; }
p { color: rgb(166,89,157); }
H1.HeaderClassName
{
color: #A6599D;
}
.AnyTagClassName
{
color: #A6599D;
}
</style>
background-color css
<style>
a { background-color: #A6599D; }
a { background-color: rgb(166,89,157); }
div.DivClassName
{
background-color: #A6599D;
}
.BgClassName
{
background-color: #A6599D;
}
</style>
border-color css
<style>
span { border-color: #A6599D; }
span { border-color: rgb(166,89,157); }
td.TdClassName
{
border-color: #A6599D;
}
.TagClassName
{
border-color: #A6599D;
}
</style>