Shades of Medium Red Violet #AA1D9B
Tints of Medium Red Violet #AA1D9B
RGB
CMYK
RGB Variations
Color information
#AA1D9B (or 0xAA1D9B) is known color: Medium Red Violet. HEX triplet: AA, 1D and 9B. RGB value is (170,29,155). Sum of RGB (Red+Green+Blue) = 170+29+155=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 29 (11.72% from 255 or 8.19% from 354); Blue value is 155 (60.94% from 255 or 43.79% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1D9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1D9B is #55E264. Grayscale: #555555. Windows color (decimal): -5628517 or 10165674. OLE color: 10165674.
HSL color Cylindrical-coordinate representation of color #AA1D9B: hue angle of 306.38º 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 #AA1D9B is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 29 | 155 | - |
| CMYK | 0 | 0.83 | 0.09 | 0.33 |
| HSL | 306.38º | 0.71% | 0.39% | - |
| HSV(B) | 306.38º | 0.83% | 0.67% | - |
| XYZ | 22.93 | 11.79 | 32.08 | - |
| YUV | 85.52 | 167.21 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 29 | 155 | 0 | 0.83 | 0.09 | 0.33 | 306.38 | 0.71 | 0.39 |
| Hex | AA | 1D | 9B | 0 | 53 | 9 | 21 | 132 | 47 | 27 |
| Octal | 252 | 35 | 233 | 0 | 123 | 11 | 41 | 462 | 107 | 47 |
| Binary | 10101010 | 11101 | 10011011 | 0 | 1010011 | 1001 | 100001 | 100110010 | 1000111 | 100111 |
Color Harmonies of #AA1D9B
Complementary color
Monochromatic Colors of #AA1D9B
Black with #AA1D9B
Text Example
Text Example
White with #AA1D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1D9B; }
p { color: rgb(170,29,155); }
H1.HeaderClassName
{
color: #AA1D9B;
}
.AnyTagClassName
{
color: #AA1D9B;
}
</style>
background-color css
<style>
a { background-color: #AA1D9B; }
a { background-color: rgb(170,29,155); }
div.DivClassName
{
background-color: #AA1D9B;
}
.BgClassName
{
background-color: #AA1D9B;
}
</style>
border-color css
<style>
span { border-color: #AA1D9B; }
span { border-color: rgb(170,29,155); }
td.TdClassName
{
border-color: #AA1D9B;
}
.TagClassName
{
border-color: #AA1D9B;
}
</style>