Shades of Violet Blue #A7559A
Tints of Violet Blue #A7559A
RGB
CMYK
RGB Variations
Color information
#A7559A (or 0xA7559A) is known color: Violet Blue. HEX triplet: A7, 55 and 9A. RGB value is (167,85,154). Sum of RGB (Red+Green+Blue) = 167+85+154=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 85 (33.59% from 255 or 20.94% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 167 - color contains mainly: red. Hex color #A7559A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7559A is #58AA65. Grayscale: #757575. Windows color (decimal): -5810790 or 10114471. OLE color: 10114471.
HSL color Cylindrical-coordinate representation of color #A7559A: hue angle of 309.51º 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 #A7559A is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 85 | 154 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.35 |
| HSL | 309.51º | 0.33% | 0.49% | - |
| HSV(B) | 309.51º | 0.49% | 0.65% | - |
| XYZ | 25.02 | 17.05 | 32.54 | - |
| YUV | 117.38 | 148.67 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 85 | 154 | 0 | 0.49 | 0.08 | 0.35 | 309.51 | 0.33 | 0.49 |
| Hex | A7 | 55 | 9A | 0 | 31 | 8 | 23 | 136 | 21 | 31 |
| Octal | 247 | 125 | 232 | 0 | 61 | 10 | 43 | 466 | 41 | 61 |
| Binary | 10100111 | 1010101 | 10011010 | 0 | 110001 | 1000 | 100011 | 100110110 | 100001 | 110001 |
Color Harmonies of #A7559A
Complementary color
Monochromatic Colors of #A7559A
Black with #A7559A
Text Example
Text Example
White with #A7559A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7559A; }
p { color: rgb(167,85,154); }
H1.HeaderClassName
{
color: #A7559A;
}
.AnyTagClassName
{
color: #A7559A;
}
</style>
background-color css
<style>
a { background-color: #A7559A; }
a { background-color: rgb(167,85,154); }
div.DivClassName
{
background-color: #A7559A;
}
.BgClassName
{
background-color: #A7559A;
}
</style>
border-color css
<style>
span { border-color: #A7559A; }
span { border-color: rgb(167,85,154); }
td.TdClassName
{
border-color: #A7559A;
}
.TagClassName
{
border-color: #A7559A;
}
</style>