Shades of Medium Red Violet #AA1DA0
Tints of Medium Red Violet #AA1DA0
RGB
CMYK
RGB Variations
Color information
#AA1DA0 (or 0xAA1DA0) is known color: Medium Red Violet. HEX triplet: AA, 1D and A0. RGB value is (170,29,160). Sum of RGB (Red+Green+Blue) = 170+29+160=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 29 (11.72% from 255 or 8.08% from 359); Blue value is 160 (62.89% from 255 or 44.57% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1DA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1DA0 is #55E25F. Grayscale: #555555. Windows color (decimal): -5628512 or 10493354. OLE color: 10493354.
HSL color Cylindrical-coordinate representation of color #AA1DA0: hue angle of 304.26º 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 #AA1DA0 is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 29 | 160 | - |
| CMYK | 0 | 0.83 | 0.06 | 0.33 |
| HSL | 304.26º | 0.71% | 0.39% | - |
| HSV(B) | 304.26º | 0.83% | 0.67% | - |
| XYZ | 23.36 | 11.96 | 34.34 | - |
| YUV | 86.09 | 169.71 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 29 | 160 | 0 | 0.83 | 0.06 | 0.33 | 304.26 | 0.71 | 0.39 |
| Hex | AA | 1D | A0 | 0 | 53 | 6 | 21 | 130 | 47 | 27 |
| Octal | 252 | 35 | 240 | 0 | 123 | 6 | 41 | 460 | 107 | 47 |
| Binary | 10101010 | 11101 | 10100000 | 0 | 1010011 | 110 | 100001 | 100110000 | 1000111 | 100111 |
Color Harmonies of #AA1DA0
Complementary color
Monochromatic Colors of #AA1DA0
Black with #AA1DA0
Text Example
Text Example
White with #AA1DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1DA0; }
p { color: rgb(170,29,160); }
H1.HeaderClassName
{
color: #AA1DA0;
}
.AnyTagClassName
{
color: #AA1DA0;
}
</style>
background-color css
<style>
a { background-color: #AA1DA0; }
a { background-color: rgb(170,29,160); }
div.DivClassName
{
background-color: #AA1DA0;
}
.BgClassName
{
background-color: #AA1DA0;
}
</style>
border-color css
<style>
span { border-color: #AA1DA0; }
span { border-color: rgb(170,29,160); }
td.TdClassName
{
border-color: #AA1DA0;
}
.TagClassName
{
border-color: #AA1DA0;
}
</style>