Shades of Medium Violet Red #AA177D
Tints of Medium Violet Red #AA177D
RGB
CMYK
RGB Variations
Color information
#AA177D (or 0xAA177D) is known color: Medium Violet Red. HEX triplet: AA, 17 and 7D. RGB value is (170,23,125). Sum of RGB (Red+Green+Blue) = 170+23+125=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 23 (9.38% from 255 or 7.23% from 318); Blue value is 125 (49.22% from 255 or 39.31% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA177D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA177D is #55E882. Grayscale: #4E4E4E. Windows color (decimal): -5630083 or 8198058. OLE color: 8198058.
HSL color Cylindrical-coordinate representation of color #AA177D: hue angle of 318.37º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA177D is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 23 | 125 | - |
| CMYK | 0 | 0.86 | 0.26 | 0.33 |
| HSL | 318.37º | 0.76% | 0.38% | - |
| HSV(B) | 318.37º | 0.86% | 0.67% | - |
| XYZ | 20.59 | 10.64 | 20.37 | - |
| YUV | 78.58 | 154.2 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 23 | 125 | 0 | 0.86 | 0.26 | 0.33 | 318.37 | 0.76 | 0.38 |
| Hex | AA | 17 | 7D | 0 | 56 | 1A | 21 | 13E | 4C | 26 |
| Octal | 252 | 27 | 175 | 0 | 126 | 32 | 41 | 476 | 114 | 46 |
| Binary | 10101010 | 10111 | 1111101 | 0 | 1010110 | 11010 | 100001 | 100111110 | 1001100 | 100110 |
Color Harmonies of #AA177D
Complementary color
Monochromatic Colors of #AA177D
Black with #AA177D
Text Example
Text Example
White with #AA177D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA177D; }
p { color: rgb(170,23,125); }
H1.HeaderClassName
{
color: #AA177D;
}
.AnyTagClassName
{
color: #AA177D;
}
</style>
background-color css
<style>
a { background-color: #AA177D; }
a { background-color: rgb(170,23,125); }
div.DivClassName
{
background-color: #AA177D;
}
.BgClassName
{
background-color: #AA177D;
}
</style>
border-color css
<style>
span { border-color: #AA177D; }
span { border-color: rgb(170,23,125); }
td.TdClassName
{
border-color: #AA177D;
}
.TagClassName
{
border-color: #AA177D;
}
</style>