Shades of Medium Red Violet #AA3C8E
Tints of Medium Red Violet #AA3C8E
RGB
CMYK
RGB Variations
Color information
#AA3C8E (or 0xAA3C8E) is known color: Medium Red Violet. HEX triplet: AA, 3C and 8E. RGB value is (170,60,142). Sum of RGB (Red+Green+Blue) = 170+60+142=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 60 (23.83% from 255 or 16.13% from 372); Blue value is 142 (55.86% from 255 or 38.17% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3C8E is #55C371. Grayscale: #666666. Windows color (decimal): -5620594 or 9321642. OLE color: 9321642.
HSL color Cylindrical-coordinate representation of color #AA3C8E: hue angle of 315.27º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA3C8E is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 60 | 142 | - |
| CMYK | 0 | 0.65 | 0.16 | 0.33 |
| HSL | 315.27º | 0.48% | 0.45% | - |
| HSV(B) | 315.27º | 0.65% | 0.67% | - |
| XYZ | 23.08 | 13.73 | 27.03 | - |
| YUV | 102.24 | 150.44 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 60 | 142 | 0 | 0.65 | 0.16 | 0.33 | 315.27 | 0.48 | 0.45 |
| Hex | AA | 3C | 8E | 0 | 41 | 10 | 21 | 13B | 30 | 2D |
| Octal | 252 | 74 | 216 | 0 | 101 | 20 | 41 | 473 | 60 | 55 |
| Binary | 10101010 | 111100 | 10001110 | 0 | 1000001 | 10000 | 100001 | 100111011 | 110000 | 101101 |
Color Harmonies of #AA3C8E
Complementary color
Monochromatic Colors of #AA3C8E
Black with #AA3C8E
Text Example
Text Example
White with #AA3C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3C8E; }
p { color: rgb(170,60,142); }
H1.HeaderClassName
{
color: #AA3C8E;
}
.AnyTagClassName
{
color: #AA3C8E;
}
</style>
background-color css
<style>
a { background-color: #AA3C8E; }
a { background-color: rgb(170,60,142); }
div.DivClassName
{
background-color: #AA3C8E;
}
.BgClassName
{
background-color: #AA3C8E;
}
</style>
border-color css
<style>
span { border-color: #AA3C8E; }
span { border-color: rgb(170,60,142); }
td.TdClassName
{
border-color: #AA3C8E;
}
.TagClassName
{
border-color: #AA3C8E;
}
</style>