Shades of Violet Blue #A73F9A
Tints of Violet Blue #A73F9A
RGB
CMYK
RGB Variations
Color information
#A73F9A (or 0xA73F9A) is known color: Violet Blue. HEX triplet: A7, 3F and 9A. RGB value is (167,63,154). Sum of RGB (Red+Green+Blue) = 167+63+154=384 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.49% from 384); Green value is 63 (25% from 255 or 16.41% from 384); Blue value is 154 (60.55% from 255 or 40.10% from 384); Max value from RGB is 167 - color contains mainly: red. Hex color #A73F9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73F9A is #58C065. Grayscale: #686868. Windows color (decimal): -5816422 or 10108839. OLE color: 10108839.
HSL color Cylindrical-coordinate representation of color #A73F9A: hue angle of 307.5º 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 #A73F9A is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 63 | 154 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.35 |
| HSL | 307.5º | 0.45% | 0.45% | - |
| HSV(B) | 307.5º | 0.62% | 0.65% | - |
| XYZ | 23.55 | 14.1 | 32.05 | - |
| YUV | 104.47 | 155.96 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 63 | 154 | 0 | 0.62 | 0.08 | 0.35 | 307.5 | 0.45 | 0.45 |
| Hex | A7 | 3F | 9A | 0 | 3E | 8 | 23 | 134 | 2D | 2D |
| Octal | 247 | 77 | 232 | 0 | 76 | 10 | 43 | 464 | 55 | 55 |
| Binary | 10100111 | 111111 | 10011010 | 0 | 111110 | 1000 | 100011 | 100110100 | 101101 | 101101 |
Color Harmonies of #A73F9A
Complementary color
Monochromatic Colors of #A73F9A
Black with #A73F9A
Text Example
Text Example
White with #A73F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73F9A; }
p { color: rgb(167,63,154); }
H1.HeaderClassName
{
color: #A73F9A;
}
.AnyTagClassName
{
color: #A73F9A;
}
</style>
background-color css
<style>
a { background-color: #A73F9A; }
a { background-color: rgb(167,63,154); }
div.DivClassName
{
background-color: #A73F9A;
}
.BgClassName
{
background-color: #A73F9A;
}
</style>
border-color css
<style>
span { border-color: #A73F9A; }
span { border-color: rgb(167,63,154); }
td.TdClassName
{
border-color: #A73F9A;
}
.TagClassName
{
border-color: #A73F9A;
}
</style>