Shades of Medium Violet Red #AA147A
Tints of Medium Violet Red #AA147A
RGB
CMYK
RGB Variations
Color information
#AA147A (or 0xAA147A) is known color: Medium Violet Red. HEX triplet: AA, 14 and 7A. RGB value is (170,20,122). Sum of RGB (Red+Green+Blue) = 170+20+122=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 122 (48.05% from 255 or 39.10% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA147A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA147A is #55EB85. Grayscale: #4C4C4C. Windows color (decimal): -5630854 or 8000682. OLE color: 8000682.
HSL color Cylindrical-coordinate representation of color #AA147A: hue angle of 319.2º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA147A is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 20 | 122 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.33 |
| HSL | 319.2º | 0.79% | 0.37% | - |
| HSV(B) | 319.2º | 0.88% | 0.67% | - |
| XYZ | 20.34 | 10.45 | 19.36 | - |
| YUV | 76.48 | 153.7 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 122 | 0 | 0.88 | 0.28 | 0.33 | 319.2 | 0.79 | 0.37 |
| Hex | AA | 14 | 7A | 0 | 58 | 1C | 21 | 13F | 4F | 25 |
| Octal | 252 | 24 | 172 | 0 | 130 | 34 | 41 | 477 | 117 | 45 |
| Binary | 10101010 | 10100 | 1111010 | 0 | 1011000 | 11100 | 100001 | 100111111 | 1001111 | 100101 |
Color Harmonies of #AA147A
Complementary color
Monochromatic Colors of #AA147A
Black with #AA147A
Text Example
Text Example
White with #AA147A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA147A; }
p { color: rgb(170,20,122); }
H1.HeaderClassName
{
color: #AA147A;
}
.AnyTagClassName
{
color: #AA147A;
}
</style>
background-color css
<style>
a { background-color: #AA147A; }
a { background-color: rgb(170,20,122); }
div.DivClassName
{
background-color: #AA147A;
}
.BgClassName
{
background-color: #AA147A;
}
</style>
border-color css
<style>
span { border-color: #AA147A; }
span { border-color: rgb(170,20,122); }
td.TdClassName
{
border-color: #AA147A;
}
.TagClassName
{
border-color: #AA147A;
}
</style>