Shades of Medium Red Violet #AA4390
Tints of Medium Red Violet #AA4390
RGB
CMYK
RGB Variations
Color information
#AA4390 (or 0xAA4390) is known color: Medium Red Violet. HEX triplet: AA, 43 and 90. RGB value is (170,67,144). Sum of RGB (Red+Green+Blue) = 170+67+144=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 67 (26.56% from 255 or 17.59% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4390 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4390 is #55BC6F. Grayscale: #6A6A6A. Windows color (decimal): -5618800 or 9454506. OLE color: 9454506.
HSL color Cylindrical-coordinate representation of color #AA4390: hue angle of 315.15º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA4390 is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 67 | 144 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.33 |
| HSL | 315.15º | 0.43% | 0.46% | - |
| HSV(B) | 315.15º | 0.61% | 0.67% | - |
| XYZ | 23.62 | 14.57 | 27.95 | - |
| YUV | 106.58 | 149.12 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 144 | 0 | 0.61 | 0.15 | 0.33 | 315.15 | 0.43 | 0.46 |
| Hex | AA | 43 | 90 | 0 | 3D | F | 21 | 13B | 2B | 2E |
| Octal | 252 | 103 | 220 | 0 | 75 | 17 | 41 | 473 | 53 | 56 |
| Binary | 10101010 | 1000011 | 10010000 | 0 | 111101 | 1111 | 100001 | 100111011 | 101011 | 101110 |
Color Harmonies of #AA4390
Complementary color
Monochromatic Colors of #AA4390
Black with #AA4390
Text Example
Text Example
White with #AA4390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4390; }
p { color: rgb(170,67,144); }
H1.HeaderClassName
{
color: #AA4390;
}
.AnyTagClassName
{
color: #AA4390;
}
</style>
background-color css
<style>
a { background-color: #AA4390; }
a { background-color: rgb(170,67,144); }
div.DivClassName
{
background-color: #AA4390;
}
.BgClassName
{
background-color: #AA4390;
}
</style>
border-color css
<style>
span { border-color: #AA4390; }
span { border-color: rgb(170,67,144); }
td.TdClassName
{
border-color: #AA4390;
}
.TagClassName
{
border-color: #AA4390;
}
</style>