Shades of Medium Violet Red #AA1B8A
Tints of Medium Violet Red #AA1B8A
RGB
CMYK
RGB Variations
Color information
#AA1B8A (or 0xAA1B8A) is known color: Medium Violet Red. HEX triplet: AA, 1B and 8A. RGB value is (170,27,138). Sum of RGB (Red+Green+Blue) = 170+27+138=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 27 (10.94% from 255 or 8.06% from 335); Blue value is 138 (54.30% from 255 or 41.19% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1B8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1B8A is #55E475. Grayscale: #525252. Windows color (decimal): -5629046 or 9051050. OLE color: 9051050.
HSL color Cylindrical-coordinate representation of color #AA1B8A: hue angle of 313.43º 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 #AA1B8A is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 27 | 138 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.33 |
| HSL | 313.43º | 0.73% | 0.39% | - |
| HSV(B) | 313.43º | 0.84% | 0.67% | - |
| XYZ | 21.56 | 11.16 | 25.06 | - |
| YUV | 82.41 | 159.38 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 27 | 138 | 0 | 0.84 | 0.19 | 0.33 | 313.43 | 0.73 | 0.39 |
| Hex | AA | 1B | 8A | 0 | 54 | 13 | 21 | 139 | 49 | 27 |
| Octal | 252 | 33 | 212 | 0 | 124 | 23 | 41 | 471 | 111 | 47 |
| Binary | 10101010 | 11011 | 10001010 | 0 | 1010100 | 10011 | 100001 | 100111001 | 1001001 | 100111 |
Color Harmonies of #AA1B8A
Complementary color
Monochromatic Colors of #AA1B8A
Black with #AA1B8A
Text Example
Text Example
White with #AA1B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1B8A; }
p { color: rgb(170,27,138); }
H1.HeaderClassName
{
color: #AA1B8A;
}
.AnyTagClassName
{
color: #AA1B8A;
}
</style>
background-color css
<style>
a { background-color: #AA1B8A; }
a { background-color: rgb(170,27,138); }
div.DivClassName
{
background-color: #AA1B8A;
}
.BgClassName
{
background-color: #AA1B8A;
}
</style>
border-color css
<style>
span { border-color: #AA1B8A; }
span { border-color: rgb(170,27,138); }
td.TdClassName
{
border-color: #AA1B8A;
}
.TagClassName
{
border-color: #AA1B8A;
}
</style>