Shades of Medium Red Violet #AA1D88
Tints of Medium Red Violet #AA1D88
RGB
CMYK
RGB Variations
Color information
#AA1D88 (or 0xAA1D88) is known color: Medium Red Violet. HEX triplet: AA, 1D and 88. RGB value is (170,29,136). Sum of RGB (Red+Green+Blue) = 170+29+136=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 29 (11.72% from 255 or 8.66% from 335); Blue value is 136 (53.52% from 255 or 40.60% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1D88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1D88 is #55E277. Grayscale: #535353. Windows color (decimal): -5628536 or 8920490. OLE color: 8920490.
HSL color Cylindrical-coordinate representation of color #AA1D88: hue angle of 314.47º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA1D88 is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 29 | 136 | - |
| CMYK | 0 | 0.83 | 0.20 | 0.33 |
| HSL | 314.47º | 0.71% | 0.39% | - |
| HSV(B) | 314.47º | 0.83% | 0.67% | - |
| XYZ | 21.46 | 11.2 | 24.32 | - |
| YUV | 83.36 | 157.71 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 29 | 136 | 0 | 0.83 | 0.20 | 0.33 | 314.47 | 0.71 | 0.39 |
| Hex | AA | 1D | 88 | 0 | 53 | 14 | 21 | 13A | 47 | 27 |
| Octal | 252 | 35 | 210 | 0 | 123 | 24 | 41 | 472 | 107 | 47 |
| Binary | 10101010 | 11101 | 10001000 | 0 | 1010011 | 10100 | 100001 | 100111010 | 1000111 | 100111 |
Color Harmonies of #AA1D88
Complementary color
Monochromatic Colors of #AA1D88
Black with #AA1D88
Text Example
Text Example
White with #AA1D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1D88; }
p { color: rgb(170,29,136); }
H1.HeaderClassName
{
color: #AA1D88;
}
.AnyTagClassName
{
color: #AA1D88;
}
</style>
background-color css
<style>
a { background-color: #AA1D88; }
a { background-color: rgb(170,29,136); }
div.DivClassName
{
background-color: #AA1D88;
}
.BgClassName
{
background-color: #AA1D88;
}
</style>
border-color css
<style>
span { border-color: #AA1D88; }
span { border-color: rgb(170,29,136); }
td.TdClassName
{
border-color: #AA1D88;
}
.TagClassName
{
border-color: #AA1D88;
}
</style>