Shades of Medium Violet Red #AA178A
Tints of Medium Violet Red #AA178A
RGB
CMYK
RGB Variations
Color information
#AA178A (or 0xAA178A) is known color: Medium Violet Red. HEX triplet: AA, 17 and 8A. RGB value is (170,23,138). Sum of RGB (Red+Green+Blue) = 170+23+138=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 23 (9.38% from 255 or 6.95% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA178A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA178A is #55E875. Grayscale: #4F4F4F. Windows color (decimal): -5630070 or 9050026. OLE color: 9050026.
HSL color Cylindrical-coordinate representation of color #AA178A: hue angle of 313.06º 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 #AA178A is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 23 | 138 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.33 |
| HSL | 313.06º | 0.76% | 0.38% | - |
| HSV(B) | 313.06º | 0.86% | 0.67% | - |
| XYZ | 21.47 | 10.99 | 25.04 | - |
| YUV | 80.06 | 160.7 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 23 | 138 | 0 | 0.86 | 0.19 | 0.33 | 313.06 | 0.76 | 0.38 |
| Hex | AA | 17 | 8A | 0 | 56 | 13 | 21 | 139 | 4C | 26 |
| Octal | 252 | 27 | 212 | 0 | 126 | 23 | 41 | 471 | 114 | 46 |
| Binary | 10101010 | 10111 | 10001010 | 0 | 1010110 | 10011 | 100001 | 100111001 | 1001100 | 100110 |
Color Harmonies of #AA178A
Complementary color
Monochromatic Colors of #AA178A
Black with #AA178A
Text Example
Text Example
White with #AA178A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA178A; }
p { color: rgb(170,23,138); }
H1.HeaderClassName
{
color: #AA178A;
}
.AnyTagClassName
{
color: #AA178A;
}
</style>
background-color css
<style>
a { background-color: #AA178A; }
a { background-color: rgb(170,23,138); }
div.DivClassName
{
background-color: #AA178A;
}
.BgClassName
{
background-color: #AA178A;
}
</style>
border-color css
<style>
span { border-color: #AA178A; }
span { border-color: rgb(170,23,138); }
td.TdClassName
{
border-color: #AA178A;
}
.TagClassName
{
border-color: #AA178A;
}
</style>