Shades of Medium Violet Red #AA1B8C
Tints of Medium Violet Red #AA1B8C
RGB
CMYK
RGB Variations
Color information
#AA1B8C (or 0xAA1B8C) is known color: Medium Violet Red. HEX triplet: AA, 1B and 8C. RGB value is (170,27,140). Sum of RGB (Red+Green+Blue) = 170+27+140=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 27 (10.94% from 255 or 8.01% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1B8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1B8C is #55E473. Grayscale: #525252. Windows color (decimal): -5629044 or 9182122. OLE color: 9182122.
HSL color Cylindrical-coordinate representation of color #AA1B8C: hue angle of 312.59º 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 #AA1B8C is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 27 | 140 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.33 |
| HSL | 312.59º | 0.73% | 0.39% | - |
| HSV(B) | 312.59º | 0.84% | 0.67% | - |
| XYZ | 21.7 | 11.22 | 25.83 | - |
| YUV | 82.64 | 160.38 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 27 | 140 | 0 | 0.84 | 0.18 | 0.33 | 312.59 | 0.73 | 0.39 |
| Hex | AA | 1B | 8C | 0 | 54 | 12 | 21 | 139 | 49 | 27 |
| Octal | 252 | 33 | 214 | 0 | 124 | 22 | 41 | 471 | 111 | 47 |
| Binary | 10101010 | 11011 | 10001100 | 0 | 1010100 | 10010 | 100001 | 100111001 | 1001001 | 100111 |
Color Harmonies of #AA1B8C
Complementary color
Monochromatic Colors of #AA1B8C
Black with #AA1B8C
Text Example
Text Example
White with #AA1B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1B8C; }
p { color: rgb(170,27,140); }
H1.HeaderClassName
{
color: #AA1B8C;
}
.AnyTagClassName
{
color: #AA1B8C;
}
</style>
background-color css
<style>
a { background-color: #AA1B8C; }
a { background-color: rgb(170,27,140); }
div.DivClassName
{
background-color: #AA1B8C;
}
.BgClassName
{
background-color: #AA1B8C;
}
</style>
border-color css
<style>
span { border-color: #AA1B8C; }
span { border-color: rgb(170,27,140); }
td.TdClassName
{
border-color: #AA1B8C;
}
.TagClassName
{
border-color: #AA1B8C;
}
</style>