Shades of Violet Blue #A6599B
Tints of Violet Blue #A6599B
RGB
CMYK
RGB Variations
Color information
#A6599B (or 0xA6599B) is known color: Violet Blue. HEX triplet: A6, 59 and 9B. RGB value is (166,89,155). Sum of RGB (Red+Green+Blue) = 166+89+155=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 89 (35.16% from 255 or 21.71% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 166 - color contains mainly: red. Hex color #A6599B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6599B is #59A664. Grayscale: #777777. Windows color (decimal): -5875301 or 10181030. OLE color: 10181030.
HSL color Cylindrical-coordinate representation of color #A6599B: hue angle of 308.57º 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 #A6599B is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 89 | 155 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.35 |
| HSL | 308.57º | 0.3% | 0.5% | - |
| HSV(B) | 308.57º | 0.46% | 0.65% | - |
| XYZ | 25.21 | 17.62 | 33.08 | - |
| YUV | 119.55 | 148.01 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 89 | 155 | 0 | 0.46 | 0.07 | 0.35 | 308.57 | 0.3 | 0.5 |
| Hex | A6 | 59 | 9B | 0 | 2E | 7 | 23 | 135 | 1E | 32 |
| Octal | 246 | 131 | 233 | 0 | 56 | 7 | 43 | 465 | 36 | 62 |
| Binary | 10100110 | 1011001 | 10011011 | 0 | 101110 | 111 | 100011 | 100110101 | 11110 | 110010 |
Color Harmonies of #A6599B
Complementary color
Monochromatic Colors of #A6599B
Black with #A6599B
Text Example
Text Example
White with #A6599B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6599B; }
p { color: rgb(166,89,155); }
H1.HeaderClassName
{
color: #A6599B;
}
.AnyTagClassName
{
color: #A6599B;
}
</style>
background-color css
<style>
a { background-color: #A6599B; }
a { background-color: rgb(166,89,155); }
div.DivClassName
{
background-color: #A6599B;
}
.BgClassName
{
background-color: #A6599B;
}
</style>
border-color css
<style>
span { border-color: #A6599B; }
span { border-color: rgb(166,89,155); }
td.TdClassName
{
border-color: #A6599B;
}
.TagClassName
{
border-color: #A6599B;
}
</style>