Shades of Violet Blue #A73D9C
Tints of Violet Blue #A73D9C
RGB
CMYK
RGB Variations
Color information
#A73D9C (or 0xA73D9C) is known color: Violet Blue. HEX triplet: A7, 3D and 9C. RGB value is (167,61,156). Sum of RGB (Red+Green+Blue) = 167+61+156=384 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.49% from 384); Green value is 61 (24.22% from 255 or 15.89% from 384); Blue value is 156 (61.33% from 255 or 40.62% from 384); Max value from RGB is 167 - color contains mainly: red. Hex color #A73D9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73D9C is #58C263. Grayscale: #676767. Windows color (decimal): -5816932 or 10239399. OLE color: 10239399.
HSL color Cylindrical-coordinate representation of color #A73D9C: hue angle of 306.23º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A73D9C is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 61 | 156 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.35 |
| HSL | 306.23º | 0.46% | 0.45% | - |
| HSV(B) | 306.23º | 0.63% | 0.65% | - |
| XYZ | 23.61 | 13.95 | 32.9 | - |
| YUV | 103.52 | 157.62 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 61 | 156 | 0 | 0.63 | 0.07 | 0.35 | 306.23 | 0.46 | 0.45 |
| Hex | A7 | 3D | 9C | 0 | 3F | 7 | 23 | 132 | 2E | 2D |
| Octal | 247 | 75 | 234 | 0 | 77 | 7 | 43 | 462 | 56 | 55 |
| Binary | 10100111 | 111101 | 10011100 | 0 | 111111 | 111 | 100011 | 100110010 | 101110 | 101101 |
Color Harmonies of #A73D9C
Complementary color
Monochromatic Colors of #A73D9C
Black with #A73D9C
Text Example
Text Example
White with #A73D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73D9C; }
p { color: rgb(167,61,156); }
H1.HeaderClassName
{
color: #A73D9C;
}
.AnyTagClassName
{
color: #A73D9C;
}
</style>
background-color css
<style>
a { background-color: #A73D9C; }
a { background-color: rgb(167,61,156); }
div.DivClassName
{
background-color: #A73D9C;
}
.BgClassName
{
background-color: #A73D9C;
}
</style>
border-color css
<style>
span { border-color: #A73D9C; }
span { border-color: rgb(167,61,156); }
td.TdClassName
{
border-color: #A73D9C;
}
.TagClassName
{
border-color: #A73D9C;
}
</style>