Shades of Medium Violet Red #AA0788
Tints of Medium Violet Red #AA0788
RGB
CMYK
RGB Variations
Color information
#AA0788 (or 0xAA0788) is known color: Medium Violet Red. HEX triplet: AA, 07 and 88. RGB value is (170,7,136). Sum of RGB (Red+Green+Blue) = 170+7+136=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 7 (3.12% from 255 or 2.24% from 313); Blue value is 136 (53.52% from 255 or 43.45% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0788 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0788 is #55F877. Grayscale: #464646. Windows color (decimal): -5634168 or 8914858. OLE color: 8914858.
HSL color Cylindrical-coordinate representation of color #AA0788: hue angle of 312.52º 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 #AA0788 is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 7 | 136 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.33 |
| HSL | 312.52º | 0.92% | 0.35% | - |
| HSV(B) | 312.52º | 0.96% | 0.67% | - |
| XYZ | 21.1 | 10.48 | 24.2 | - |
| YUV | 70.44 | 165 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 7 | 136 | 0 | 0.96 | 0.20 | 0.33 | 312.52 | 0.92 | 0.35 |
| Hex | AA | 7 | 88 | 0 | 60 | 14 | 21 | 139 | 5C | 23 |
| Octal | 252 | 7 | 210 | 0 | 140 | 24 | 41 | 471 | 134 | 43 |
| Binary | 10101010 | 111 | 10001000 | 0 | 1100000 | 10100 | 100001 | 100111001 | 1011100 | 100011 |
Color Harmonies of #AA0788
Complementary color
Monochromatic Colors of #AA0788
Black with #AA0788
Text Example
Text Example
White with #AA0788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0788; }
p { color: rgb(170,7,136); }
H1.HeaderClassName
{
color: #AA0788;
}
.AnyTagClassName
{
color: #AA0788;
}
</style>
background-color css
<style>
a { background-color: #AA0788; }
a { background-color: rgb(170,7,136); }
div.DivClassName
{
background-color: #AA0788;
}
.BgClassName
{
background-color: #AA0788;
}
</style>
border-color css
<style>
span { border-color: #AA0788; }
span { border-color: rgb(170,7,136); }
td.TdClassName
{
border-color: #AA0788;
}
.TagClassName
{
border-color: #AA0788;
}
</style>