Shades of Violet Blue #A6589B
Tints of Violet Blue #A6589B
RGB
CMYK
RGB Variations
Color information
#A6589B (or 0xA6589B) is known color: Violet Blue. HEX triplet: A6, 58 and 9B. RGB value is (166,88,155). Sum of RGB (Red+Green+Blue) = 166+88+155=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 88 (34.77% from 255 or 21.52% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 166 - color contains mainly: red. Hex color #A6589B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6589B is #59A764. Grayscale: #767676. Windows color (decimal): -5875557 or 10180774. OLE color: 10180774.
HSL color Cylindrical-coordinate representation of color #A6589B: hue angle of 308.46º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A6589B is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 88 | 155 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.35 |
| HSL | 308.46º | 0.31% | 0.5% | - |
| HSV(B) | 308.46º | 0.47% | 0.65% | - |
| XYZ | 25.13 | 17.45 | 33.05 | - |
| YUV | 118.96 | 148.34 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 88 | 155 | 0 | 0.47 | 0.07 | 0.35 | 308.46 | 0.31 | 0.5 |
| Hex | A6 | 58 | 9B | 0 | 2F | 7 | 23 | 134 | 1F | 32 |
| Octal | 246 | 130 | 233 | 0 | 57 | 7 | 43 | 464 | 37 | 62 |
| Binary | 10100110 | 1011000 | 10011011 | 0 | 101111 | 111 | 100011 | 100110100 | 11111 | 110010 |
Color Harmonies of #A6589B
Complementary color
Monochromatic Colors of #A6589B
Black with #A6589B
Text Example
Text Example
White with #A6589B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6589B; }
p { color: rgb(166,88,155); }
H1.HeaderClassName
{
color: #A6589B;
}
.AnyTagClassName
{
color: #A6589B;
}
</style>
background-color css
<style>
a { background-color: #A6589B; }
a { background-color: rgb(166,88,155); }
div.DivClassName
{
background-color: #A6589B;
}
.BgClassName
{
background-color: #A6589B;
}
</style>
border-color css
<style>
span { border-color: #A6589B; }
span { border-color: rgb(166,88,155); }
td.TdClassName
{
border-color: #A6589B;
}
.TagClassName
{
border-color: #A6589B;
}
</style>