Shades of Medium Red Violet #AA2090
Tints of Medium Red Violet #AA2090
RGB
CMYK
RGB Variations
Color information
#AA2090 (or 0xAA2090) is known color: Medium Red Violet. HEX triplet: AA, 20 and 90. RGB value is (170,32,144). Sum of RGB (Red+Green+Blue) = 170+32+144=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 32 (12.89% from 255 or 9.25% from 346); Blue value is 144 (56.64% from 255 or 41.62% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2090 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2090 is #55DF6F. Grayscale: #555555. Windows color (decimal): -5627760 or 9445546. OLE color: 9445546.
HSL color Cylindrical-coordinate representation of color #AA2090: hue angle of 311.3º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA2090 is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 32 | 144 | - |
| CMYK | 0 | 0.81 | 0.15 | 0.33 |
| HSL | 311.3º | 0.68% | 0.4% | - |
| HSV(B) | 311.3º | 0.81% | 0.67% | - |
| XYZ | 22.13 | 11.59 | 27.46 | - |
| YUV | 86.03 | 160.72 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 32 | 144 | 0 | 0.81 | 0.15 | 0.33 | 311.3 | 0.68 | 0.4 |
| Hex | AA | 20 | 90 | 0 | 51 | F | 21 | 137 | 44 | 28 |
| Octal | 252 | 40 | 220 | 0 | 121 | 17 | 41 | 467 | 104 | 50 |
| Binary | 10101010 | 100000 | 10010000 | 0 | 1010001 | 1111 | 100001 | 100110111 | 1000100 | 101000 |
Color Harmonies of #AA2090
Complementary color
Monochromatic Colors of #AA2090
Black with #AA2090
Text Example
Text Example
White with #AA2090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2090; }
p { color: rgb(170,32,144); }
H1.HeaderClassName
{
color: #AA2090;
}
.AnyTagClassName
{
color: #AA2090;
}
</style>
background-color css
<style>
a { background-color: #AA2090; }
a { background-color: rgb(170,32,144); }
div.DivClassName
{
background-color: #AA2090;
}
.BgClassName
{
background-color: #AA2090;
}
</style>
border-color css
<style>
span { border-color: #AA2090; }
span { border-color: rgb(170,32,144); }
td.TdClassName
{
border-color: #AA2090;
}
.TagClassName
{
border-color: #AA2090;
}
</style>