Shades of Medium Red Violet #AA3890
Tints of Medium Red Violet #AA3890
RGB
CMYK
RGB Variations
Color information
#AA3890 (or 0xAA3890) is known color: Medium Red Violet. HEX triplet: AA, 38 and 90. RGB value is (170,56,144). Sum of RGB (Red+Green+Blue) = 170+56+144=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 56 (22.27% from 255 or 15.14% from 370); Blue value is 144 (56.64% from 255 or 38.92% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3890 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3890 is #55C76F. Grayscale: #636363. Windows color (decimal): -5621616 or 9451690. OLE color: 9451690.
HSL color Cylindrical-coordinate representation of color #AA3890: hue angle of 313.68º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA3890 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 56 | 144 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.33 |
| HSL | 313.68º | 0.5% | 0.44% | - |
| HSV(B) | 313.68º | 0.67% | 0.67% | - |
| XYZ | 23.03 | 13.39 | 27.76 | - |
| YUV | 100.12 | 152.77 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 56 | 144 | 0 | 0.67 | 0.15 | 0.33 | 313.68 | 0.5 | 0.44 |
| Hex | AA | 38 | 90 | 0 | 43 | F | 21 | 13A | 32 | 2C |
| Octal | 252 | 70 | 220 | 0 | 103 | 17 | 41 | 472 | 62 | 54 |
| Binary | 10101010 | 111000 | 10010000 | 0 | 1000011 | 1111 | 100001 | 100111010 | 110010 | 101100 |
Color Harmonies of #AA3890
Complementary color
Monochromatic Colors of #AA3890
Black with #AA3890
Text Example
Text Example
White with #AA3890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3890; }
p { color: rgb(170,56,144); }
H1.HeaderClassName
{
color: #AA3890;
}
.AnyTagClassName
{
color: #AA3890;
}
</style>
background-color css
<style>
a { background-color: #AA3890; }
a { background-color: rgb(170,56,144); }
div.DivClassName
{
background-color: #AA3890;
}
.BgClassName
{
background-color: #AA3890;
}
</style>
border-color css
<style>
span { border-color: #AA3890; }
span { border-color: rgb(170,56,144); }
td.TdClassName
{
border-color: #AA3890;
}
.TagClassName
{
border-color: #AA3890;
}
</style>