Shades of Violet Blue #A73CAA
Tints of Violet Blue #A73CAA
RGB
CMYK
RGB Variations
Color information
#A73CAA (or 0xA73CAA) is known color: Violet Blue. HEX triplet: A7, 3C and AA. RGB value is (167,60,170). Sum of RGB (Red+Green+Blue) = 167+60+170=397 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.07% from 397); Green value is 60 (23.83% from 255 or 15.11% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #A73CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73CAA is #58C355. Grayscale: #686868. Windows color (decimal): -5817174 or 11156647. OLE color: 11156647.
HSL color Cylindrical-coordinate representation of color #A73CAA: hue angle of 298.36º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A73CAA is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 60 | 170 | - |
| CMYK | 0.02 | 0.65 | 0 | 0.33 |
| HSL | 298.36º | 0.48% | 0.45% | - |
| HSV(B) | 298.36º | 0.65% | 0.67% | - |
| XYZ | 24.81 | 14.35 | 39.49 | - |
| YUV | 104.53 | 164.95 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 60 | 170 | 0.02 | 0.65 | 0 | 0.33 | 298.36 | 0.48 | 0.45 |
| Hex | A7 | 3C | AA | 2 | 41 | 0 | 21 | 12A | 30 | 2D |
| Octal | 247 | 74 | 252 | 2 | 101 | 0 | 41 | 452 | 60 | 55 |
| Binary | 10100111 | 111100 | 10101010 | 10 | 1000001 | 0 | 100001 | 100101010 | 110000 | 101101 |
Color Harmonies of #A73CAA
Complementary color
Monochromatic Colors of #A73CAA
Black with #A73CAA
Text Example
Text Example
White with #A73CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73CAA; }
p { color: rgb(167,60,170); }
H1.HeaderClassName
{
color: #A73CAA;
}
.AnyTagClassName
{
color: #A73CAA;
}
</style>
background-color css
<style>
a { background-color: #A73CAA; }
a { background-color: rgb(167,60,170); }
div.DivClassName
{
background-color: #A73CAA;
}
.BgClassName
{
background-color: #A73CAA;
}
</style>
border-color css
<style>
span { border-color: #A73CAA; }
span { border-color: rgb(167,60,170); }
td.TdClassName
{
border-color: #A73CAA;
}
.TagClassName
{
border-color: #A73CAA;
}
</style>