Shades of Violet Blue #A73F9C
Tints of Violet Blue #A73F9C
RGB
CMYK
RGB Variations
Color information
#A73F9C (or 0xA73F9C) is known color: Violet Blue. HEX triplet: A7, 3F and 9C. RGB value is (167,63,156). Sum of RGB (Red+Green+Blue) = 167+63+156=386 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.26% from 386); Green value is 63 (25% from 255 or 16.32% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 167 - color contains mainly: red. Hex color #A73F9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73F9C is #58C063. Grayscale: #686868. Windows color (decimal): -5816420 or 10239911. OLE color: 10239911.
HSL color Cylindrical-coordinate representation of color #A73F9C: hue angle of 306.35º 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 #A73F9C is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 63 | 156 | - |
| CMYK | 0 | 0.62 | 0.07 | 0.35 |
| HSL | 306.35º | 0.45% | 0.45% | - |
| HSV(B) | 306.35º | 0.62% | 0.65% | - |
| XYZ | 23.71 | 14.17 | 32.94 | - |
| YUV | 104.7 | 156.96 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 63 | 156 | 0 | 0.62 | 0.07 | 0.35 | 306.35 | 0.45 | 0.45 |
| Hex | A7 | 3F | 9C | 0 | 3E | 7 | 23 | 132 | 2D | 2D |
| Octal | 247 | 77 | 234 | 0 | 76 | 7 | 43 | 462 | 55 | 55 |
| Binary | 10100111 | 111111 | 10011100 | 0 | 111110 | 111 | 100011 | 100110010 | 101101 | 101101 |
Color Harmonies of #A73F9C
Complementary color
Monochromatic Colors of #A73F9C
Black with #A73F9C
Text Example
Text Example
White with #A73F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73F9C; }
p { color: rgb(167,63,156); }
H1.HeaderClassName
{
color: #A73F9C;
}
.AnyTagClassName
{
color: #A73F9C;
}
</style>
background-color css
<style>
a { background-color: #A73F9C; }
a { background-color: rgb(167,63,156); }
div.DivClassName
{
background-color: #A73F9C;
}
.BgClassName
{
background-color: #A73F9C;
}
</style>
border-color css
<style>
span { border-color: #A73F9C; }
span { border-color: rgb(167,63,156); }
td.TdClassName
{
border-color: #A73F9C;
}
.TagClassName
{
border-color: #A73F9C;
}
</style>