Shades of Medium Violet Red #AA1B9A
Tints of Medium Violet Red #AA1B9A
RGB
CMYK
RGB Variations
Color information
#AA1B9A (or 0xAA1B9A) is known color: Medium Violet Red. HEX triplet: AA, 1B and 9A. RGB value is (170,27,154). Sum of RGB (Red+Green+Blue) = 170+27+154=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 27 (10.94% from 255 or 7.69% from 351); Blue value is 154 (60.55% from 255 or 43.87% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1B9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1B9A is #55E465. Grayscale: #535353. Windows color (decimal): -5629030 or 10099626. OLE color: 10099626.
HSL color Cylindrical-coordinate representation of color #AA1B9A: hue angle of 306.71º 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 #AA1B9A is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 27 | 154 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.33 |
| HSL | 306.71º | 0.73% | 0.39% | - |
| HSV(B) | 306.71º | 0.84% | 0.67% | - |
| XYZ | 22.8 | 11.66 | 31.62 | - |
| YUV | 84.24 | 167.38 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 27 | 154 | 0 | 0.84 | 0.09 | 0.33 | 306.71 | 0.73 | 0.39 |
| Hex | AA | 1B | 9A | 0 | 54 | 9 | 21 | 133 | 49 | 27 |
| Octal | 252 | 33 | 232 | 0 | 124 | 11 | 41 | 463 | 111 | 47 |
| Binary | 10101010 | 11011 | 10011010 | 0 | 1010100 | 1001 | 100001 | 100110011 | 1001001 | 100111 |
Color Harmonies of #AA1B9A
Complementary color
Monochromatic Colors of #AA1B9A
Black with #AA1B9A
Text Example
Text Example
White with #AA1B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1B9A; }
p { color: rgb(170,27,154); }
H1.HeaderClassName
{
color: #AA1B9A;
}
.AnyTagClassName
{
color: #AA1B9A;
}
</style>
background-color css
<style>
a { background-color: #AA1B9A; }
a { background-color: rgb(170,27,154); }
div.DivClassName
{
background-color: #AA1B9A;
}
.BgClassName
{
background-color: #AA1B9A;
}
</style>
border-color css
<style>
span { border-color: #AA1B9A; }
span { border-color: rgb(170,27,154); }
td.TdClassName
{
border-color: #AA1B9A;
}
.TagClassName
{
border-color: #AA1B9A;
}
</style>