Shades of Medium Red Violet #AA1D7D
Tints of Medium Red Violet #AA1D7D
RGB
CMYK
RGB Variations
Color information
#AA1D7D (or 0xAA1D7D) is known color: Medium Red Violet. HEX triplet: AA, 1D and 7D. RGB value is (170,29,125). Sum of RGB (Red+Green+Blue) = 170+29+125=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 29 (11.72% from 255 or 8.95% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1D7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1D7D is #55E282. Grayscale: #515151. Windows color (decimal): -5628547 or 8199594. OLE color: 8199594.
HSL color Cylindrical-coordinate representation of color #AA1D7D: hue angle of 319.15º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA1D7D is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 29 | 125 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.33 |
| HSL | 319.15º | 0.71% | 0.39% | - |
| HSV(B) | 319.15º | 0.83% | 0.67% | - |
| XYZ | 20.72 | 10.91 | 20.42 | - |
| YUV | 82.1 | 152.21 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 29 | 125 | 0 | 0.83 | 0.26 | 0.33 | 319.15 | 0.71 | 0.39 |
| Hex | AA | 1D | 7D | 0 | 53 | 1A | 21 | 13F | 47 | 27 |
| Octal | 252 | 35 | 175 | 0 | 123 | 32 | 41 | 477 | 107 | 47 |
| Binary | 10101010 | 11101 | 1111101 | 0 | 1010011 | 11010 | 100001 | 100111111 | 1000111 | 100111 |
Color Harmonies of #AA1D7D
Complementary color
Monochromatic Colors of #AA1D7D
Black with #AA1D7D
Text Example
Text Example
White with #AA1D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1D7D; }
p { color: rgb(170,29,125); }
H1.HeaderClassName
{
color: #AA1D7D;
}
.AnyTagClassName
{
color: #AA1D7D;
}
</style>
background-color css
<style>
a { background-color: #AA1D7D; }
a { background-color: rgb(170,29,125); }
div.DivClassName
{
background-color: #AA1D7D;
}
.BgClassName
{
background-color: #AA1D7D;
}
</style>
border-color css
<style>
span { border-color: #AA1D7D; }
span { border-color: rgb(170,29,125); }
td.TdClassName
{
border-color: #AA1D7D;
}
.TagClassName
{
border-color: #AA1D7D;
}
</style>