Shades of Medium Violet Red #AA0789
Tints of Medium Violet Red #AA0789
RGB
CMYK
RGB Variations
Color information
#AA0789 (or 0xAA0789) is known color: Medium Violet Red. HEX triplet: AA, 07 and 89. RGB value is (170,7,137). Sum of RGB (Red+Green+Blue) = 170+7+137=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 7 (3.12% from 255 or 2.23% from 314); Blue value is 137 (53.91% from 255 or 43.63% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0789 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0789 is #55F876. Grayscale: #464646. Windows color (decimal): -5634167 or 8980394. OLE color: 8980394.
HSL color Cylindrical-coordinate representation of color #AA0789: hue angle of 312.15º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA0789 is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 7 | 137 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.33 |
| HSL | 312.15º | 0.92% | 0.35% | - |
| HSV(B) | 312.15º | 0.96% | 0.67% | - |
| XYZ | 21.17 | 10.5 | 24.58 | - |
| YUV | 70.56 | 165.5 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 7 | 137 | 0 | 0.96 | 0.19 | 0.33 | 312.15 | 0.92 | 0.35 |
| Hex | AA | 7 | 89 | 0 | 60 | 13 | 21 | 138 | 5C | 23 |
| Octal | 252 | 7 | 211 | 0 | 140 | 23 | 41 | 470 | 134 | 43 |
| Binary | 10101010 | 111 | 10001001 | 0 | 1100000 | 10011 | 100001 | 100111000 | 1011100 | 100011 |
Color Harmonies of #AA0789
Complementary color
Monochromatic Colors of #AA0789
Black with #AA0789
Text Example
Text Example
White with #AA0789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0789; }
p { color: rgb(170,7,137); }
H1.HeaderClassName
{
color: #AA0789;
}
.AnyTagClassName
{
color: #AA0789;
}
</style>
background-color css
<style>
a { background-color: #AA0789; }
a { background-color: rgb(170,7,137); }
div.DivClassName
{
background-color: #AA0789;
}
.BgClassName
{
background-color: #AA0789;
}
</style>
border-color css
<style>
span { border-color: #AA0789; }
span { border-color: rgb(170,7,137); }
td.TdClassName
{
border-color: #AA0789;
}
.TagClassName
{
border-color: #AA0789;
}
</style>