Shades of Medium Violet Red #AA1B7E
Tints of Medium Violet Red #AA1B7E
RGB
CMYK
RGB Variations
Color information
#AA1B7E (or 0xAA1B7E) is known color: Medium Violet Red. HEX triplet: AA, 1B and 7E. RGB value is (170,27,126). Sum of RGB (Red+Green+Blue) = 170+27+126=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 27 (10.94% from 255 or 8.36% from 323); Blue value is 126 (49.61% from 255 or 39.01% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1B7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1B7E is #55E481. Grayscale: #505050. Windows color (decimal): -5629058 or 8264618. OLE color: 8264618.
HSL color Cylindrical-coordinate representation of color #AA1B7E: hue angle of 318.46º 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 #AA1B7E is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 27 | 126 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.33 |
| HSL | 318.46º | 0.73% | 0.39% | - |
| HSV(B) | 318.46º | 0.84% | 0.67% | - |
| XYZ | 20.74 | 10.84 | 20.74 | - |
| YUV | 81.04 | 153.38 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 27 | 126 | 0 | 0.84 | 0.26 | 0.33 | 318.46 | 0.73 | 0.39 |
| Hex | AA | 1B | 7E | 0 | 54 | 1A | 21 | 13E | 49 | 27 |
| Octal | 252 | 33 | 176 | 0 | 124 | 32 | 41 | 476 | 111 | 47 |
| Binary | 10101010 | 11011 | 1111110 | 0 | 1010100 | 11010 | 100001 | 100111110 | 1001001 | 100111 |
Color Harmonies of #AA1B7E
Complementary color
Monochromatic Colors of #AA1B7E
Black with #AA1B7E
Text Example
Text Example
White with #AA1B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1B7E; }
p { color: rgb(170,27,126); }
H1.HeaderClassName
{
color: #AA1B7E;
}
.AnyTagClassName
{
color: #AA1B7E;
}
</style>
background-color css
<style>
a { background-color: #AA1B7E; }
a { background-color: rgb(170,27,126); }
div.DivClassName
{
background-color: #AA1B7E;
}
.BgClassName
{
background-color: #AA1B7E;
}
</style>
border-color css
<style>
span { border-color: #AA1B7E; }
span { border-color: rgb(170,27,126); }
td.TdClassName
{
border-color: #AA1B7E;
}
.TagClassName
{
border-color: #AA1B7E;
}
</style>