Shades of Medium Violet Red #AA0689
Tints of Medium Violet Red #AA0689
RGB
CMYK
RGB Variations
Color information
#AA0689 (or 0xAA0689) is known color: Medium Violet Red. HEX triplet: AA, 06 and 89. RGB value is (170,6,137). Sum of RGB (Red+Green+Blue) = 170+6+137=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 6 (2.73% from 255 or 1.92% from 313); Blue value is 137 (53.91% from 255 or 43.77% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0689 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0689 is #55F976. Grayscale: #454545. Windows color (decimal): -5634423 or 8980138. OLE color: 8980138.
HSL color Cylindrical-coordinate representation of color #AA0689: hue angle of 312.07º degrees, saturation: 0.93, 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 #AA0689 is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 6 | 137 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.33 |
| HSL | 312.07º | 0.93% | 0.35% | - |
| HSV(B) | 312.07º | 0.96% | 0.67% | - |
| XYZ | 21.16 | 10.48 | 24.58 | - |
| YUV | 69.97 | 165.83 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 6 | 137 | 0 | 0.96 | 0.19 | 0.33 | 312.07 | 0.93 | 0.35 |
| Hex | AA | 6 | 89 | 0 | 60 | 13 | 21 | 138 | 5D | 23 |
| Octal | 252 | 6 | 211 | 0 | 140 | 23 | 41 | 470 | 135 | 43 |
| Binary | 10101010 | 110 | 10001001 | 0 | 1100000 | 10011 | 100001 | 100111000 | 1011101 | 100011 |
Color Harmonies of #AA0689
Complementary color
Monochromatic Colors of #AA0689
Black with #AA0689
Text Example
Text Example
White with #AA0689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0689; }
p { color: rgb(170,6,137); }
H1.HeaderClassName
{
color: #AA0689;
}
.AnyTagClassName
{
color: #AA0689;
}
</style>
background-color css
<style>
a { background-color: #AA0689; }
a { background-color: rgb(170,6,137); }
div.DivClassName
{
background-color: #AA0689;
}
.BgClassName
{
background-color: #AA0689;
}
</style>
border-color css
<style>
span { border-color: #AA0689; }
span { border-color: rgb(170,6,137); }
td.TdClassName
{
border-color: #AA0689;
}
.TagClassName
{
border-color: #AA0689;
}
</style>