Shades of Violet Blue #A7519F
Tints of Violet Blue #A7519F
RGB
CMYK
RGB Variations
Color information
#A7519F (or 0xA7519F) is known color: Violet Blue. HEX triplet: A7, 51 and 9F. RGB value is (167,81,159). Sum of RGB (Red+Green+Blue) = 167+81+159=407 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.03% from 407); Green value is 81 (32.03% from 255 or 19.90% from 407); Blue value is 159 (62.5% from 255 or 39.07% from 407); Max value from RGB is 167 - color contains mainly: red. Hex color #A7519F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7519F is #58AE60. Grayscale: #737373. Windows color (decimal): -5811809 or 10441127. OLE color: 10441127.
HSL color Cylindrical-coordinate representation of color #A7519F: hue angle of 305.58º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A7519F is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 81 | 159 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.35 |
| HSL | 305.58º | 0.35% | 0.49% | - |
| HSV(B) | 305.58º | 0.51% | 0.65% | - |
| XYZ | 25.14 | 16.6 | 34.68 | - |
| YUV | 115.61 | 152.49 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 81 | 159 | 0 | 0.51 | 0.05 | 0.35 | 305.58 | 0.35 | 0.49 |
| Hex | A7 | 51 | 9F | 0 | 33 | 5 | 23 | 132 | 23 | 31 |
| Octal | 247 | 121 | 237 | 0 | 63 | 5 | 43 | 462 | 43 | 61 |
| Binary | 10100111 | 1010001 | 10011111 | 0 | 110011 | 101 | 100011 | 100110010 | 100011 | 110001 |
Color Harmonies of #A7519F
Complementary color
Monochromatic Colors of #A7519F
Black with #A7519F
Text Example
Text Example
White with #A7519F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7519F; }
p { color: rgb(167,81,159); }
H1.HeaderClassName
{
color: #A7519F;
}
.AnyTagClassName
{
color: #A7519F;
}
</style>
background-color css
<style>
a { background-color: #A7519F; }
a { background-color: rgb(167,81,159); }
div.DivClassName
{
background-color: #A7519F;
}
.BgClassName
{
background-color: #A7519F;
}
</style>
border-color css
<style>
span { border-color: #A7519F; }
span { border-color: rgb(167,81,159); }
td.TdClassName
{
border-color: #A7519F;
}
.TagClassName
{
border-color: #A7519F;
}
</style>