Shades of Violet Blue #A7539B
Tints of Violet Blue #A7539B
RGB
CMYK
RGB Variations
Color information
#A7539B (or 0xA7539B) is known color: Violet Blue. HEX triplet: A7, 53 and 9B. RGB value is (167,83,155). Sum of RGB (Red+Green+Blue) = 167+83+155=405 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.23% from 405); Green value is 83 (32.81% from 255 or 20.49% from 405); Blue value is 155 (60.94% from 255 or 38.27% from 405); Max value from RGB is 167 - color contains mainly: red. Hex color #A7539B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7539B is #58AC64. Grayscale: #747474. Windows color (decimal): -5811301 or 10179495. OLE color: 10179495.
HSL color Cylindrical-coordinate representation of color #A7539B: hue angle of 308.57º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A7539B is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 83 | 155 | - |
| CMYK | 0 | 0.50 | 0.07 | 0.35 |
| HSL | 308.57º | 0.34% | 0.49% | - |
| HSV(B) | 308.57º | 0.5% | 0.65% | - |
| XYZ | 24.95 | 16.77 | 32.93 | - |
| YUV | 116.32 | 149.83 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 83 | 155 | 0 | 0.50 | 0.07 | 0.35 | 308.57 | 0.34 | 0.49 |
| Hex | A7 | 53 | 9B | 0 | 32 | 7 | 23 | 135 | 22 | 31 |
| Octal | 247 | 123 | 233 | 0 | 62 | 7 | 43 | 465 | 42 | 61 |
| Binary | 10100111 | 1010011 | 10011011 | 0 | 110010 | 111 | 100011 | 100110101 | 100010 | 110001 |
Color Harmonies of #A7539B
Complementary color
Monochromatic Colors of #A7539B
Black with #A7539B
Text Example
Text Example
White with #A7539B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7539B; }
p { color: rgb(167,83,155); }
H1.HeaderClassName
{
color: #A7539B;
}
.AnyTagClassName
{
color: #A7539B;
}
</style>
background-color css
<style>
a { background-color: #A7539B; }
a { background-color: rgb(167,83,155); }
div.DivClassName
{
background-color: #A7539B;
}
.BgClassName
{
background-color: #A7539B;
}
</style>
border-color css
<style>
span { border-color: #A7539B; }
span { border-color: rgb(167,83,155); }
td.TdClassName
{
border-color: #A7539B;
}
.TagClassName
{
border-color: #A7539B;
}
</style>