Shades of Medium Violet Red #AA1B7B
Tints of Medium Violet Red #AA1B7B
RGB
CMYK
RGB Variations
Color information
#AA1B7B (or 0xAA1B7B) is known color: Medium Violet Red. HEX triplet: AA, 1B and 7B. RGB value is (170,27,123). Sum of RGB (Red+Green+Blue) = 170+27+123=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 27 (10.94% from 255 or 8.44% from 320); Blue value is 123 (48.44% from 255 or 38.44% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1B7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1B7B is #55E484. Grayscale: #505050. Windows color (decimal): -5629061 or 8068010. OLE color: 8068010.
HSL color Cylindrical-coordinate representation of color #AA1B7B: hue angle of 319.72º 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 #AA1B7B is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 27 | 123 | - |
| CMYK | 0 | 0.84 | 0.28 | 0.33 |
| HSL | 319.72º | 0.73% | 0.39% | - |
| HSV(B) | 319.72º | 0.84% | 0.67% | - |
| XYZ | 20.54 | 10.76 | 19.73 | - |
| YUV | 80.7 | 151.88 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 27 | 123 | 0 | 0.84 | 0.28 | 0.33 | 319.72 | 0.73 | 0.39 |
| Hex | AA | 1B | 7B | 0 | 54 | 1C | 21 | 140 | 49 | 27 |
| Octal | 252 | 33 | 173 | 0 | 124 | 34 | 41 | 500 | 111 | 47 |
| Binary | 10101010 | 11011 | 1111011 | 0 | 1010100 | 11100 | 100001 | 101000000 | 1001001 | 100111 |
Color Harmonies of #AA1B7B
Complementary color
Monochromatic Colors of #AA1B7B
Black with #AA1B7B
Text Example
Text Example
White with #AA1B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1B7B; }
p { color: rgb(170,27,123); }
H1.HeaderClassName
{
color: #AA1B7B;
}
.AnyTagClassName
{
color: #AA1B7B;
}
</style>
background-color css
<style>
a { background-color: #AA1B7B; }
a { background-color: rgb(170,27,123); }
div.DivClassName
{
background-color: #AA1B7B;
}
.BgClassName
{
background-color: #AA1B7B;
}
</style>
border-color css
<style>
span { border-color: #AA1B7B; }
span { border-color: rgb(170,27,123); }
td.TdClassName
{
border-color: #AA1B7B;
}
.TagClassName
{
border-color: #AA1B7B;
}
</style>