Shades of Violet Blue #A73A9F
Tints of Violet Blue #A73A9F
RGB
CMYK
RGB Variations
Color information
#A73A9F (or 0xA73A9F) is known color: Violet Blue. HEX triplet: A7, 3A and 9F. RGB value is (167,58,159). Sum of RGB (Red+Green+Blue) = 167+58+159=384 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.49% from 384); Green value is 58 (23.05% from 255 or 15.10% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 167 - color contains mainly: red. Hex color #A73A9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73A9F is #58C560. Grayscale: #656565. Windows color (decimal): -5817697 or 10435239. OLE color: 10435239.
HSL color Cylindrical-coordinate representation of color #A73A9F: hue angle of 304.4º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A73A9F is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 58 | 159 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.35 |
| HSL | 304.4º | 0.48% | 0.44% | - |
| HSV(B) | 304.4º | 0.65% | 0.65% | - |
| XYZ | 23.71 | 13.74 | 34.2 | - |
| YUV | 102.11 | 160.11 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 58 | 159 | 0 | 0.65 | 0.05 | 0.35 | 304.4 | 0.48 | 0.44 |
| Hex | A7 | 3A | 9F | 0 | 41 | 5 | 23 | 130 | 30 | 2C |
| Octal | 247 | 72 | 237 | 0 | 101 | 5 | 43 | 460 | 60 | 54 |
| Binary | 10100111 | 111010 | 10011111 | 0 | 1000001 | 101 | 100011 | 100110000 | 110000 | 101100 |
Color Harmonies of #A73A9F
Complementary color
Monochromatic Colors of #A73A9F
Black with #A73A9F
Text Example
Text Example
White with #A73A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73A9F; }
p { color: rgb(167,58,159); }
H1.HeaderClassName
{
color: #A73A9F;
}
.AnyTagClassName
{
color: #A73A9F;
}
</style>
background-color css
<style>
a { background-color: #A73A9F; }
a { background-color: rgb(167,58,159); }
div.DivClassName
{
background-color: #A73A9F;
}
.BgClassName
{
background-color: #A73A9F;
}
</style>
border-color css
<style>
span { border-color: #A73A9F; }
span { border-color: rgb(167,58,159); }
td.TdClassName
{
border-color: #A73A9F;
}
.TagClassName
{
border-color: #A73A9F;
}
</style>