Shades of Medium Violet Red #AA147D
Tints of Medium Violet Red #AA147D
RGB
CMYK
RGB Variations
Color information
#AA147D (or 0xAA147D) is known color: Medium Violet Red. HEX triplet: AA, 14 and 7D. RGB value is (170,20,125). Sum of RGB (Red+Green+Blue) = 170+20+125=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA147D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA147D is #55EB82. Grayscale: #4C4C4C. Windows color (decimal): -5630851 or 8197290. OLE color: 8197290.
HSL color Cylindrical-coordinate representation of color #AA147D: hue angle of 318º 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 #AA147D is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 20 | 125 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.33 |
| HSL | 318º | 0.79% | 0.37% | - |
| HSV(B) | 318º | 0.88% | 0.67% | - |
| XYZ | 20.53 | 10.53 | 20.35 | - |
| YUV | 76.82 | 155.2 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 125 | 0 | 0.88 | 0.26 | 0.33 | 318 | 0.79 | 0.37 |
| Hex | AA | 14 | 7D | 0 | 58 | 1A | 21 | 13E | 4F | 25 |
| Octal | 252 | 24 | 175 | 0 | 130 | 32 | 41 | 476 | 117 | 45 |
| Binary | 10101010 | 10100 | 1111101 | 0 | 1011000 | 11010 | 100001 | 100111110 | 1001111 | 100101 |
Color Harmonies of #AA147D
Complementary color
Monochromatic Colors of #AA147D
Black with #AA147D
Text Example
Text Example
White with #AA147D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA147D; }
p { color: rgb(170,20,125); }
H1.HeaderClassName
{
color: #AA147D;
}
.AnyTagClassName
{
color: #AA147D;
}
</style>
background-color css
<style>
a { background-color: #AA147D; }
a { background-color: rgb(170,20,125); }
div.DivClassName
{
background-color: #AA147D;
}
.BgClassName
{
background-color: #AA147D;
}
</style>
border-color css
<style>
span { border-color: #AA147D; }
span { border-color: rgb(170,20,125); }
td.TdClassName
{
border-color: #AA147D;
}
.TagClassName
{
border-color: #AA147D;
}
</style>