Shades of Medium Violet Red #AA178E
Tints of Medium Violet Red #AA178E
RGB
CMYK
RGB Variations
Color information
#AA178E (or 0xAA178E) is known color: Medium Violet Red. HEX triplet: AA, 17 and 8E. RGB value is (170,23,142). Sum of RGB (Red+Green+Blue) = 170+23+142=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 23 (9.38% from 255 or 6.87% from 335); Blue value is 142 (55.86% from 255 or 42.39% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA178E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA178E is #55E871. Grayscale: #505050. Windows color (decimal): -5630066 or 9312170. OLE color: 9312170.
HSL color Cylindrical-coordinate representation of color #AA178E: hue angle of 311.43º 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 #AA178E is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 23 | 142 | - |
| CMYK | 0 | 0.86 | 0.16 | 0.33 |
| HSL | 311.43º | 0.76% | 0.38% | - |
| HSV(B) | 311.43º | 0.86% | 0.67% | - |
| XYZ | 21.77 | 11.11 | 26.59 | - |
| YUV | 80.52 | 162.7 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 23 | 142 | 0 | 0.86 | 0.16 | 0.33 | 311.43 | 0.76 | 0.38 |
| Hex | AA | 17 | 8E | 0 | 56 | 10 | 21 | 137 | 4C | 26 |
| Octal | 252 | 27 | 216 | 0 | 126 | 20 | 41 | 467 | 114 | 46 |
| Binary | 10101010 | 10111 | 10001110 | 0 | 1010110 | 10000 | 100001 | 100110111 | 1001100 | 100110 |
Color Harmonies of #AA178E
Complementary color
Monochromatic Colors of #AA178E
Black with #AA178E
Text Example
Text Example
White with #AA178E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA178E; }
p { color: rgb(170,23,142); }
H1.HeaderClassName
{
color: #AA178E;
}
.AnyTagClassName
{
color: #AA178E;
}
</style>
background-color css
<style>
a { background-color: #AA178E; }
a { background-color: rgb(170,23,142); }
div.DivClassName
{
background-color: #AA178E;
}
.BgClassName
{
background-color: #AA178E;
}
</style>
border-color css
<style>
span { border-color: #AA178E; }
span { border-color: rgb(170,23,142); }
td.TdClassName
{
border-color: #AA178E;
}
.TagClassName
{
border-color: #AA178E;
}
</style>