Shades of Medium Violet Red #AA1788
Tints of Medium Violet Red #AA1788
RGB
CMYK
RGB Variations
Color information
#AA1788 (or 0xAA1788) is known color: Medium Violet Red. HEX triplet: AA, 17 and 88. RGB value is (170,23,136). Sum of RGB (Red+Green+Blue) = 170+23+136=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 23 (9.38% from 255 or 6.99% from 329); Blue value is 136 (53.52% from 255 or 41.34% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1788 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1788 is #55E877. Grayscale: #4F4F4F. Windows color (decimal): -5630072 or 8918954. OLE color: 8918954.
HSL color Cylindrical-coordinate representation of color #AA1788: hue angle of 313.88º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA1788 is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 23 | 136 | - |
| CMYK | 0 | 0.86 | 0.20 | 0.33 |
| HSL | 313.88º | 0.76% | 0.38% | - |
| HSV(B) | 313.88º | 0.86% | 0.67% | - |
| XYZ | 21.33 | 10.94 | 24.28 | - |
| YUV | 79.84 | 159.7 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 23 | 136 | 0 | 0.86 | 0.20 | 0.33 | 313.88 | 0.76 | 0.38 |
| Hex | AA | 17 | 88 | 0 | 56 | 14 | 21 | 13A | 4C | 26 |
| Octal | 252 | 27 | 210 | 0 | 126 | 24 | 41 | 472 | 114 | 46 |
| Binary | 10101010 | 10111 | 10001000 | 0 | 1010110 | 10100 | 100001 | 100111010 | 1001100 | 100110 |
Color Harmonies of #AA1788
Complementary color
Monochromatic Colors of #AA1788
Black with #AA1788
Text Example
Text Example
White with #AA1788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1788; }
p { color: rgb(170,23,136); }
H1.HeaderClassName
{
color: #AA1788;
}
.AnyTagClassName
{
color: #AA1788;
}
</style>
background-color css
<style>
a { background-color: #AA1788; }
a { background-color: rgb(170,23,136); }
div.DivClassName
{
background-color: #AA1788;
}
.BgClassName
{
background-color: #AA1788;
}
</style>
border-color css
<style>
span { border-color: #AA1788; }
span { border-color: rgb(170,23,136); }
td.TdClassName
{
border-color: #AA1788;
}
.TagClassName
{
border-color: #AA1788;
}
</style>