Shades of Medium Violet Red #AA1B7D
Tints of Medium Violet Red #AA1B7D
RGB
CMYK
RGB Variations
Color information
#AA1B7D (or 0xAA1B7D) is known color: Medium Violet Red. HEX triplet: AA, 1B and 7D. RGB value is (170,27,125). Sum of RGB (Red+Green+Blue) = 170+27+125=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 27 (10.94% from 255 or 8.39% from 322); Blue value is 125 (49.22% from 255 or 38.82% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1B7D is #55E482. Grayscale: #505050. Windows color (decimal): -5629059 or 8199082. OLE color: 8199082.
HSL color Cylindrical-coordinate representation of color #AA1B7D: hue angle of 318.88º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA1B7D is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 27 | 125 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.33 |
| HSL | 318.88º | 0.73% | 0.39% | - |
| HSV(B) | 318.88º | 0.84% | 0.67% | - |
| XYZ | 20.67 | 10.81 | 20.4 | - |
| YUV | 80.93 | 152.88 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 27 | 125 | 0 | 0.84 | 0.26 | 0.33 | 318.88 | 0.73 | 0.39 |
| Hex | AA | 1B | 7D | 0 | 54 | 1A | 21 | 13F | 49 | 27 |
| Octal | 252 | 33 | 175 | 0 | 124 | 32 | 41 | 477 | 111 | 47 |
| Binary | 10101010 | 11011 | 1111101 | 0 | 1010100 | 11010 | 100001 | 100111111 | 1001001 | 100111 |
Color Harmonies of #AA1B7D
Complementary color
Monochromatic Colors of #AA1B7D
Black with #AA1B7D
Text Example
Text Example
White with #AA1B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1B7D; }
p { color: rgb(170,27,125); }
H1.HeaderClassName
{
color: #AA1B7D;
}
.AnyTagClassName
{
color: #AA1B7D;
}
</style>
background-color css
<style>
a { background-color: #AA1B7D; }
a { background-color: rgb(170,27,125); }
div.DivClassName
{
background-color: #AA1B7D;
}
.BgClassName
{
background-color: #AA1B7D;
}
</style>
border-color css
<style>
span { border-color: #AA1B7D; }
span { border-color: rgb(170,27,125); }
td.TdClassName
{
border-color: #AA1B7D;
}
.TagClassName
{
border-color: #AA1B7D;
}
</style>