Shades of Medium Violet Red #AA1A7D
Tints of Medium Violet Red #AA1A7D
RGB
CMYK
RGB Variations
Color information
#AA1A7D (or 0xAA1A7D) is known color: Medium Violet Red. HEX triplet: AA, 1A and 7D. RGB value is (170,26,125). Sum of RGB (Red+Green+Blue) = 170+26+125=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 26 (10.55% from 255 or 8.10% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1A7D is #55E582. Grayscale: #505050. Windows color (decimal): -5629315 or 8198826. OLE color: 8198826.
HSL color Cylindrical-coordinate representation of color #AA1A7D: hue angle of 318.75º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA1A7D is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 26 | 125 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.33 |
| HSL | 318.75º | 0.73% | 0.38% | - |
| HSV(B) | 318.75º | 0.85% | 0.67% | - |
| XYZ | 20.65 | 10.77 | 20.39 | - |
| YUV | 80.34 | 153.21 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 26 | 125 | 0 | 0.85 | 0.26 | 0.33 | 318.75 | 0.73 | 0.38 |
| Hex | AA | 1A | 7D | 0 | 55 | 1A | 21 | 13F | 49 | 26 |
| Octal | 252 | 32 | 175 | 0 | 125 | 32 | 41 | 477 | 111 | 46 |
| Binary | 10101010 | 11010 | 1111101 | 0 | 1010101 | 11010 | 100001 | 100111111 | 1001001 | 100110 |
Color Harmonies of #AA1A7D
Complementary color
Monochromatic Colors of #AA1A7D
Black with #AA1A7D
Text Example
Text Example
White with #AA1A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1A7D; }
p { color: rgb(170,26,125); }
H1.HeaderClassName
{
color: #AA1A7D;
}
.AnyTagClassName
{
color: #AA1A7D;
}
</style>
background-color css
<style>
a { background-color: #AA1A7D; }
a { background-color: rgb(170,26,125); }
div.DivClassName
{
background-color: #AA1A7D;
}
.BgClassName
{
background-color: #AA1A7D;
}
</style>
border-color css
<style>
span { border-color: #AA1A7D; }
span { border-color: rgb(170,26,125); }
td.TdClassName
{
border-color: #AA1A7D;
}
.TagClassName
{
border-color: #AA1A7D;
}
</style>