Shades of Violet Blue #A73AA6
Tints of Violet Blue #A73AA6
RGB
CMYK
RGB Variations
Color information
#A73AA6 (or 0xA73AA6) is known color: Violet Blue. HEX triplet: A7, 3A and A6. RGB value is (167,58,166). Sum of RGB (Red+Green+Blue) = 167+58+166=391 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.71% from 391); Green value is 58 (23.05% from 255 or 14.83% from 391); Blue value is 166 (65.23% from 255 or 42.46% from 391); Max value from RGB is 167 - color contains mainly: red. Hex color #A73AA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73AA6 is #58C559. Grayscale: #666666. Windows color (decimal): -5817690 or 10893991. OLE color: 10893991.
HSL color Cylindrical-coordinate representation of color #A73AA6: hue angle of 300.55º 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 #A73AA6 is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 58 | 166 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.35 |
| HSL | 300.55º | 0.48% | 0.44% | - |
| HSV(B) | 300.55º | 0.65% | 0.65% | - |
| XYZ | 24.33 | 13.99 | 37.5 | - |
| YUV | 102.9 | 163.61 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 58 | 166 | 0 | 0.65 | 0.01 | 0.35 | 300.55 | 0.48 | 0.44 |
| Hex | A7 | 3A | A6 | 0 | 41 | 1 | 23 | 12D | 30 | 2C |
| Octal | 247 | 72 | 246 | 0 | 101 | 1 | 43 | 455 | 60 | 54 |
| Binary | 10100111 | 111010 | 10100110 | 0 | 1000001 | 1 | 100011 | 100101101 | 110000 | 101100 |
Color Harmonies of #A73AA6
Complementary color
Monochromatic Colors of #A73AA6
Black with #A73AA6
Text Example
Text Example
White with #A73AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73AA6; }
p { color: rgb(167,58,166); }
H1.HeaderClassName
{
color: #A73AA6;
}
.AnyTagClassName
{
color: #A73AA6;
}
</style>
background-color css
<style>
a { background-color: #A73AA6; }
a { background-color: rgb(167,58,166); }
div.DivClassName
{
background-color: #A73AA6;
}
.BgClassName
{
background-color: #A73AA6;
}
</style>
border-color css
<style>
span { border-color: #A73AA6; }
span { border-color: rgb(167,58,166); }
td.TdClassName
{
border-color: #A73AA6;
}
.TagClassName
{
border-color: #A73AA6;
}
</style>