Shades of Violet Blue #A7589B
Tints of Violet Blue #A7589B
RGB
CMYK
RGB Variations
Color information
#A7589B (or 0xA7589B) is known color: Violet Blue. HEX triplet: A7, 58 and 9B. RGB value is (167,88,155). Sum of RGB (Red+Green+Blue) = 167+88+155=410 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.73% from 410); Green value is 88 (34.77% from 255 or 21.46% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 167 - color contains mainly: red. Hex color #A7589B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7589B is #58A764. Grayscale: #777777. Windows color (decimal): -5810021 or 10180775. OLE color: 10180775.
HSL color Cylindrical-coordinate representation of color #A7589B: hue angle of 309.11º 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 #A7589B is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 88 | 155 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.35 |
| HSL | 309.11º | 0.31% | 0.5% | - |
| HSV(B) | 309.11º | 0.47% | 0.65% | - |
| XYZ | 25.34 | 17.56 | 33.06 | - |
| YUV | 119.26 | 148.17 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 88 | 155 | 0 | 0.47 | 0.07 | 0.35 | 309.11 | 0.31 | 0.5 |
| Hex | A7 | 58 | 9B | 0 | 2F | 7 | 23 | 135 | 1F | 32 |
| Octal | 247 | 130 | 233 | 0 | 57 | 7 | 43 | 465 | 37 | 62 |
| Binary | 10100111 | 1011000 | 10011011 | 0 | 101111 | 111 | 100011 | 100110101 | 11111 | 110010 |
Color Harmonies of #A7589B
Complementary color
Monochromatic Colors of #A7589B
Black with #A7589B
Text Example
Text Example
White with #A7589B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7589B; }
p { color: rgb(167,88,155); }
H1.HeaderClassName
{
color: #A7589B;
}
.AnyTagClassName
{
color: #A7589B;
}
</style>
background-color css
<style>
a { background-color: #A7589B; }
a { background-color: rgb(167,88,155); }
div.DivClassName
{
background-color: #A7589B;
}
.BgClassName
{
background-color: #A7589B;
}
</style>
border-color css
<style>
span { border-color: #A7589B; }
span { border-color: rgb(167,88,155); }
td.TdClassName
{
border-color: #A7589B;
}
.TagClassName
{
border-color: #A7589B;
}
</style>