Shades of Medium Red Violet #AA4394
Tints of Medium Red Violet #AA4394
RGB
CMYK
RGB Variations
Color information
#AA4394 (or 0xAA4394) is known color: Medium Red Violet. HEX triplet: AA, 43 and 94. RGB value is (170,67,148). Sum of RGB (Red+Green+Blue) = 170+67+148=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 67 (26.56% from 255 or 17.40% from 385); Blue value is 148 (58.20% from 255 or 38.44% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4394 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4394 is #55BC6B. Grayscale: #6A6A6A. Windows color (decimal): -5618796 or 9716650. OLE color: 9716650.
HSL color Cylindrical-coordinate representation of color #AA4394: hue angle of 312.82º 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 #AA4394 is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 67 | 148 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.33 |
| HSL | 312.82º | 0.43% | 0.46% | - |
| HSV(B) | 312.82º | 0.61% | 0.67% | - |
| XYZ | 23.93 | 14.7 | 29.59 | - |
| YUV | 107.03 | 151.12 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 148 | 0 | 0.61 | 0.13 | 0.33 | 312.82 | 0.43 | 0.46 |
| Hex | AA | 43 | 94 | 0 | 3D | D | 21 | 139 | 2B | 2E |
| Octal | 252 | 103 | 224 | 0 | 75 | 15 | 41 | 471 | 53 | 56 |
| Binary | 10101010 | 1000011 | 10010100 | 0 | 111101 | 1101 | 100001 | 100111001 | 101011 | 101110 |
Color Harmonies of #AA4394
Complementary color
Monochromatic Colors of #AA4394
Black with #AA4394
Text Example
Text Example
White with #AA4394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4394; }
p { color: rgb(170,67,148); }
H1.HeaderClassName
{
color: #AA4394;
}
.AnyTagClassName
{
color: #AA4394;
}
</style>
background-color css
<style>
a { background-color: #AA4394; }
a { background-color: rgb(170,67,148); }
div.DivClassName
{
background-color: #AA4394;
}
.BgClassName
{
background-color: #AA4394;
}
</style>
border-color css
<style>
span { border-color: #AA4394; }
span { border-color: rgb(170,67,148); }
td.TdClassName
{
border-color: #AA4394;
}
.TagClassName
{
border-color: #AA4394;
}
</style>