Shades of Violet Blue #A73C9C
Tints of Violet Blue #A73C9C
RGB
CMYK
RGB Variations
Color information
#A73C9C (or 0xA73C9C) is known color: Violet Blue. HEX triplet: A7, 3C and 9C. RGB value is (167,60,156). Sum of RGB (Red+Green+Blue) = 167+60+156=383 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.60% from 383); Green value is 60 (23.83% from 255 or 15.67% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 167 - color contains mainly: red. Hex color #A73C9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73C9C is #58C363. Grayscale: #666666. Windows color (decimal): -5817188 or 10239143. OLE color: 10239143.
HSL color Cylindrical-coordinate representation of color #A73C9C: hue angle of 306.17º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A73C9C is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 60 | 156 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.35 |
| HSL | 306.17º | 0.47% | 0.45% | - |
| HSV(B) | 306.17º | 0.64% | 0.65% | - |
| XYZ | 23.55 | 13.85 | 32.88 | - |
| YUV | 102.94 | 157.95 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 60 | 156 | 0 | 0.64 | 0.07 | 0.35 | 306.17 | 0.47 | 0.45 |
| Hex | A7 | 3C | 9C | 0 | 40 | 7 | 23 | 132 | 2F | 2D |
| Octal | 247 | 74 | 234 | 0 | 100 | 7 | 43 | 462 | 57 | 55 |
| Binary | 10100111 | 111100 | 10011100 | 0 | 1000000 | 111 | 100011 | 100110010 | 101111 | 101101 |
Color Harmonies of #A73C9C
Complementary color
Monochromatic Colors of #A73C9C
Black with #A73C9C
Text Example
Text Example
White with #A73C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73C9C; }
p { color: rgb(167,60,156); }
H1.HeaderClassName
{
color: #A73C9C;
}
.AnyTagClassName
{
color: #A73C9C;
}
</style>
background-color css
<style>
a { background-color: #A73C9C; }
a { background-color: rgb(167,60,156); }
div.DivClassName
{
background-color: #A73C9C;
}
.BgClassName
{
background-color: #A73C9C;
}
</style>
border-color css
<style>
span { border-color: #A73C9C; }
span { border-color: rgb(167,60,156); }
td.TdClassName
{
border-color: #A73C9C;
}
.TagClassName
{
border-color: #A73C9C;
}
</style>