Shades of Violet Blue #A7559E
Tints of Violet Blue #A7559E
RGB
CMYK
RGB Variations
Color information
#A7559E (or 0xA7559E) is known color: Violet Blue. HEX triplet: A7, 55 and 9E. RGB value is (167,85,158). Sum of RGB (Red+Green+Blue) = 167+85+158=410 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.73% from 410); Green value is 85 (33.59% from 255 or 20.73% from 410); Blue value is 158 (62.11% from 255 or 38.54% from 410); Max value from RGB is 167 - color contains mainly: red. Hex color #A7559E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7559E is #58AA61. Grayscale: #757575. Windows color (decimal): -5810786 or 10376615. OLE color: 10376615.
HSL color Cylindrical-coordinate representation of color #A7559E: hue angle of 306.59º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A7559E is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 85 | 158 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.35 |
| HSL | 306.59º | 0.33% | 0.49% | - |
| HSV(B) | 306.59º | 0.49% | 0.65% | - |
| XYZ | 25.36 | 17.18 | 34.33 | - |
| YUV | 117.84 | 150.67 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 85 | 158 | 0 | 0.49 | 0.05 | 0.35 | 306.59 | 0.33 | 0.49 |
| Hex | A7 | 55 | 9E | 0 | 31 | 5 | 23 | 133 | 21 | 31 |
| Octal | 247 | 125 | 236 | 0 | 61 | 5 | 43 | 463 | 41 | 61 |
| Binary | 10100111 | 1010101 | 10011110 | 0 | 110001 | 101 | 100011 | 100110011 | 100001 | 110001 |
Color Harmonies of #A7559E
Complementary color
Monochromatic Colors of #A7559E
Black with #A7559E
Text Example
Text Example
White with #A7559E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7559E; }
p { color: rgb(167,85,158); }
H1.HeaderClassName
{
color: #A7559E;
}
.AnyTagClassName
{
color: #A7559E;
}
</style>
background-color css
<style>
a { background-color: #A7559E; }
a { background-color: rgb(167,85,158); }
div.DivClassName
{
background-color: #A7559E;
}
.BgClassName
{
background-color: #A7559E;
}
</style>
border-color css
<style>
span { border-color: #A7559E; }
span { border-color: rgb(167,85,158); }
td.TdClassName
{
border-color: #A7559E;
}
.TagClassName
{
border-color: #A7559E;
}
</style>