Shades of Violet Blue #A73AA4
Tints of Violet Blue #A73AA4
RGB
CMYK
RGB Variations
Color information
#A73AA4 (or 0xA73AA4) is known color: Violet Blue. HEX triplet: A7, 3A and A4. RGB value is (167,58,164). Sum of RGB (Red+Green+Blue) = 167+58+164=389 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.93% from 389); Green value is 58 (23.05% from 255 or 14.91% from 389); Blue value is 164 (64.45% from 255 or 42.16% from 389); Max value from RGB is 167 - color contains mainly: red. Hex color #A73AA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73AA4 is #58C55B. Grayscale: #666666. Windows color (decimal): -5817692 or 10762919. OLE color: 10762919.
HSL color Cylindrical-coordinate representation of color #A73AA4: hue angle of 301.65º 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 #A73AA4 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 58 | 164 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.35 |
| HSL | 301.65º | 0.48% | 0.44% | - |
| HSV(B) | 301.65º | 0.65% | 0.65% | - |
| XYZ | 24.15 | 13.92 | 36.54 | - |
| YUV | 102.68 | 162.61 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 58 | 164 | 0 | 0.65 | 0.02 | 0.35 | 301.65 | 0.48 | 0.44 |
| Hex | A7 | 3A | A4 | 0 | 41 | 2 | 23 | 12E | 30 | 2C |
| Octal | 247 | 72 | 244 | 0 | 101 | 2 | 43 | 456 | 60 | 54 |
| Binary | 10100111 | 111010 | 10100100 | 0 | 1000001 | 10 | 100011 | 100101110 | 110000 | 101100 |
Color Harmonies of #A73AA4
Complementary color
Monochromatic Colors of #A73AA4
Black with #A73AA4
Text Example
Text Example
White with #A73AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73AA4; }
p { color: rgb(167,58,164); }
H1.HeaderClassName
{
color: #A73AA4;
}
.AnyTagClassName
{
color: #A73AA4;
}
</style>
background-color css
<style>
a { background-color: #A73AA4; }
a { background-color: rgb(167,58,164); }
div.DivClassName
{
background-color: #A73AA4;
}
.BgClassName
{
background-color: #A73AA4;
}
</style>
border-color css
<style>
span { border-color: #A73AA4; }
span { border-color: rgb(167,58,164); }
td.TdClassName
{
border-color: #A73AA4;
}
.TagClassName
{
border-color: #A73AA4;
}
</style>