Shades of Medium Violet Red #AA0783
Tints of Medium Violet Red #AA0783
RGB
CMYK
RGB Variations
Color information
#AA0783 (or 0xAA0783) is known color: Medium Violet Red. HEX triplet: AA, 07 and 83. RGB value is (170,7,131). Sum of RGB (Red+Green+Blue) = 170+7+131=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 7 (3.12% from 255 or 2.27% from 308); Blue value is 131 (51.56% from 255 or 42.53% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0783 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0783 is #55F87C. Grayscale: #454545. Windows color (decimal): -5634173 or 8587178. OLE color: 8587178.
HSL color Cylindrical-coordinate representation of color #AA0783: hue angle of 314.36º 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 #AA0783 is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 7 | 131 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.33 |
| HSL | 314.36º | 0.92% | 0.35% | - |
| HSV(B) | 314.36º | 0.96% | 0.67% | - |
| XYZ | 20.75 | 10.34 | 22.37 | - |
| YUV | 69.87 | 162.5 | 199.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 7 | 131 | 0 | 0.96 | 0.23 | 0.33 | 314.36 | 0.92 | 0.35 |
| Hex | AA | 7 | 83 | 0 | 60 | 17 | 21 | 13A | 5C | 23 |
| Octal | 252 | 7 | 203 | 0 | 140 | 27 | 41 | 472 | 134 | 43 |
| Binary | 10101010 | 111 | 10000011 | 0 | 1100000 | 10111 | 100001 | 100111010 | 1011100 | 100011 |
Color Harmonies of #AA0783
Complementary color
Monochromatic Colors of #AA0783
Black with #AA0783
Text Example
Text Example
White with #AA0783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0783; }
p { color: rgb(170,7,131); }
H1.HeaderClassName
{
color: #AA0783;
}
.AnyTagClassName
{
color: #AA0783;
}
</style>
background-color css
<style>
a { background-color: #AA0783; }
a { background-color: rgb(170,7,131); }
div.DivClassName
{
background-color: #AA0783;
}
.BgClassName
{
background-color: #AA0783;
}
</style>
border-color css
<style>
span { border-color: #AA0783; }
span { border-color: rgb(170,7,131); }
td.TdClassName
{
border-color: #AA0783;
}
.TagClassName
{
border-color: #AA0783;
}
</style>