Shades of Medium Red Violet #AA3A8E
Tints of Medium Red Violet #AA3A8E
RGB
CMYK
RGB Variations
Color information
#AA3A8E (or 0xAA3A8E) is known color: Medium Red Violet. HEX triplet: AA, 3A and 8E. RGB value is (170,58,142). Sum of RGB (Red+Green+Blue) = 170+58+142=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 58 (23.05% from 255 or 15.68% from 370); Blue value is 142 (55.86% from 255 or 38.38% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3A8E is #55C571. Grayscale: #646464. Windows color (decimal): -5621106 or 9321130. OLE color: 9321130.
HSL color Cylindrical-coordinate representation of color #AA3A8E: hue angle of 315º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA3A8E is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 58 | 142 | - |
| CMYK | 0 | 0.66 | 0.16 | 0.33 |
| HSL | 315º | 0.49% | 0.45% | - |
| HSV(B) | 315º | 0.66% | 0.67% | - |
| XYZ | 22.97 | 13.53 | 26.99 | - |
| YUV | 101.06 | 151.11 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 58 | 142 | 0 | 0.66 | 0.16 | 0.33 | 315 | 0.49 | 0.45 |
| Hex | AA | 3A | 8E | 0 | 42 | 10 | 21 | 13B | 31 | 2D |
| Octal | 252 | 72 | 216 | 0 | 102 | 20 | 41 | 473 | 61 | 55 |
| Binary | 10101010 | 111010 | 10001110 | 0 | 1000010 | 10000 | 100001 | 100111011 | 110001 | 101101 |
Color Harmonies of #AA3A8E
Complementary color
Monochromatic Colors of #AA3A8E
Black with #AA3A8E
Text Example
Text Example
White with #AA3A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3A8E; }
p { color: rgb(170,58,142); }
H1.HeaderClassName
{
color: #AA3A8E;
}
.AnyTagClassName
{
color: #AA3A8E;
}
</style>
background-color css
<style>
a { background-color: #AA3A8E; }
a { background-color: rgb(170,58,142); }
div.DivClassName
{
background-color: #AA3A8E;
}
.BgClassName
{
background-color: #AA3A8E;
}
</style>
border-color css
<style>
span { border-color: #AA3A8E; }
span { border-color: rgb(170,58,142); }
td.TdClassName
{
border-color: #AA3A8E;
}
.TagClassName
{
border-color: #AA3A8E;
}
</style>