Shades of Medium Violet Red #AA1B8F
Tints of Medium Violet Red #AA1B8F
RGB
CMYK
RGB Variations
Color information
#AA1B8F (or 0xAA1B8F) is known color: Medium Violet Red. HEX triplet: AA, 1B and 8F. RGB value is (170,27,143). Sum of RGB (Red+Green+Blue) = 170+27+143=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 27 (10.94% from 255 or 7.94% from 340); Blue value is 143 (56.25% from 255 or 42.06% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1B8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1B8F is #55E470. Grayscale: #525252. Windows color (decimal): -5629041 or 9378730. OLE color: 9378730.
HSL color Cylindrical-coordinate representation of color #AA1B8F: hue angle of 311.33º 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 #AA1B8F is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 27 | 143 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.33 |
| HSL | 311.33º | 0.73% | 0.39% | - |
| HSV(B) | 311.33º | 0.84% | 0.67% | - |
| XYZ | 21.93 | 11.31 | 27.01 | - |
| YUV | 82.98 | 161.88 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 27 | 143 | 0 | 0.84 | 0.16 | 0.33 | 311.33 | 0.73 | 0.39 |
| Hex | AA | 1B | 8F | 0 | 54 | 10 | 21 | 137 | 49 | 27 |
| Octal | 252 | 33 | 217 | 0 | 124 | 20 | 41 | 467 | 111 | 47 |
| Binary | 10101010 | 11011 | 10001111 | 0 | 1010100 | 10000 | 100001 | 100110111 | 1001001 | 100111 |
Color Harmonies of #AA1B8F
Complementary color
Monochromatic Colors of #AA1B8F
Black with #AA1B8F
Text Example
Text Example
White with #AA1B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1B8F; }
p { color: rgb(170,27,143); }
H1.HeaderClassName
{
color: #AA1B8F;
}
.AnyTagClassName
{
color: #AA1B8F;
}
</style>
background-color css
<style>
a { background-color: #AA1B8F; }
a { background-color: rgb(170,27,143); }
div.DivClassName
{
background-color: #AA1B8F;
}
.BgClassName
{
background-color: #AA1B8F;
}
</style>
border-color css
<style>
span { border-color: #AA1B8F; }
span { border-color: rgb(170,27,143); }
td.TdClassName
{
border-color: #AA1B8F;
}
.TagClassName
{
border-color: #AA1B8F;
}
</style>