Shades of Violet Blue #A73BA3
Tints of Violet Blue #A73BA3
RGB
CMYK
RGB Variations
Color information
#A73BA3 (or 0xA73BA3) is known color: Violet Blue. HEX triplet: A7, 3B and A3. RGB value is (167,59,163). Sum of RGB (Red+Green+Blue) = 167+59+163=389 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.93% from 389); Green value is 59 (23.44% from 255 or 15.17% from 389); Blue value is 163 (64.06% from 255 or 41.90% from 389); Max value from RGB is 167 - color contains mainly: red. Hex color #A73BA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73BA3 is #58C45C. Grayscale: #666666. Windows color (decimal): -5817437 or 10697639. OLE color: 10697639.
HSL color Cylindrical-coordinate representation of color #A73BA3: hue angle of 302.22º 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 #A73BA3 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 59 | 163 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.35 |
| HSL | 302.22º | 0.48% | 0.44% | - |
| HSV(B) | 302.22º | 0.65% | 0.65% | - |
| XYZ | 24.11 | 13.99 | 36.08 | - |
| YUV | 103.15 | 161.78 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 59 | 163 | 0 | 0.65 | 0.02 | 0.35 | 302.22 | 0.48 | 0.44 |
| Hex | A7 | 3B | A3 | 0 | 41 | 2 | 23 | 12E | 30 | 2C |
| Octal | 247 | 73 | 243 | 0 | 101 | 2 | 43 | 456 | 60 | 54 |
| Binary | 10100111 | 111011 | 10100011 | 0 | 1000001 | 10 | 100011 | 100101110 | 110000 | 101100 |
Color Harmonies of #A73BA3
Complementary color
Monochromatic Colors of #A73BA3
Black with #A73BA3
Text Example
Text Example
White with #A73BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73BA3; }
p { color: rgb(167,59,163); }
H1.HeaderClassName
{
color: #A73BA3;
}
.AnyTagClassName
{
color: #A73BA3;
}
</style>
background-color css
<style>
a { background-color: #A73BA3; }
a { background-color: rgb(167,59,163); }
div.DivClassName
{
background-color: #A73BA3;
}
.BgClassName
{
background-color: #A73BA3;
}
</style>
border-color css
<style>
span { border-color: #A73BA3; }
span { border-color: rgb(167,59,163); }
td.TdClassName
{
border-color: #A73BA3;
}
.TagClassName
{
border-color: #A73BA3;
}
</style>