Shades of Violet Blue #A73F9F
Tints of Violet Blue #A73F9F
RGB
CMYK
RGB Variations
Color information
#A73F9F (or 0xA73F9F) is known color: Violet Blue. HEX triplet: A7, 3F and 9F. RGB value is (167,63,159). Sum of RGB (Red+Green+Blue) = 167+63+159=389 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.93% from 389); Green value is 63 (25% from 255 or 16.20% from 389); Blue value is 159 (62.5% from 255 or 40.87% from 389); Max value from RGB is 167 - color contains mainly: red. Hex color #A73F9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73F9F is #58C060. Grayscale: #686868. Windows color (decimal): -5816417 or 10436519. OLE color: 10436519.
HSL color Cylindrical-coordinate representation of color #A73F9F: hue angle of 304.62º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A73F9F is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 63 | 159 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.35 |
| HSL | 304.62º | 0.45% | 0.45% | - |
| HSV(B) | 304.62º | 0.62% | 0.65% | - |
| XYZ | 23.97 | 14.27 | 34.29 | - |
| YUV | 105.04 | 158.46 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 63 | 159 | 0 | 0.62 | 0.05 | 0.35 | 304.62 | 0.45 | 0.45 |
| Hex | A7 | 3F | 9F | 0 | 3E | 5 | 23 | 131 | 2D | 2D |
| Octal | 247 | 77 | 237 | 0 | 76 | 5 | 43 | 461 | 55 | 55 |
| Binary | 10100111 | 111111 | 10011111 | 0 | 111110 | 101 | 100011 | 100110001 | 101101 | 101101 |
Color Harmonies of #A73F9F
Complementary color
Monochromatic Colors of #A73F9F
Black with #A73F9F
Text Example
Text Example
White with #A73F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73F9F; }
p { color: rgb(167,63,159); }
H1.HeaderClassName
{
color: #A73F9F;
}
.AnyTagClassName
{
color: #A73F9F;
}
</style>
background-color css
<style>
a { background-color: #A73F9F; }
a { background-color: rgb(167,63,159); }
div.DivClassName
{
background-color: #A73F9F;
}
.BgClassName
{
background-color: #A73F9F;
}
</style>
border-color css
<style>
span { border-color: #A73F9F; }
span { border-color: rgb(167,63,159); }
td.TdClassName
{
border-color: #A73F9F;
}
.TagClassName
{
border-color: #A73F9F;
}
</style>