Shades of Medium Red Violet #AA3E9A
Tints of Medium Red Violet #AA3E9A
RGB
CMYK
RGB Variations
Color information
#AA3E9A (or 0xAA3E9A) is known color: Medium Red Violet. HEX triplet: AA, 3E and 9A. RGB value is (170,62,154). Sum of RGB (Red+Green+Blue) = 170+62+154=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 62 (24.61% from 255 or 16.06% from 386); Blue value is 154 (60.55% from 255 or 39.90% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3E9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3E9A is #55C165. Grayscale: #686868. Windows color (decimal): -5620070 or 10108586. OLE color: 10108586.
HSL color Cylindrical-coordinate representation of color #AA3E9A: hue angle of 308.89º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA3E9A is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 62 | 154 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.33 |
| HSL | 308.89º | 0.47% | 0.45% | - |
| HSV(B) | 308.89º | 0.64% | 0.67% | - |
| XYZ | 24.13 | 14.32 | 32.06 | - |
| YUV | 104.78 | 155.78 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 62 | 154 | 0 | 0.64 | 0.09 | 0.33 | 308.89 | 0.47 | 0.45 |
| Hex | AA | 3E | 9A | 0 | 40 | 9 | 21 | 135 | 2F | 2D |
| Octal | 252 | 76 | 232 | 0 | 100 | 11 | 41 | 465 | 57 | 55 |
| Binary | 10101010 | 111110 | 10011010 | 0 | 1000000 | 1001 | 100001 | 100110101 | 101111 | 101101 |
Color Harmonies of #AA3E9A
Complementary color
Monochromatic Colors of #AA3E9A
Black with #AA3E9A
Text Example
Text Example
White with #AA3E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3E9A; }
p { color: rgb(170,62,154); }
H1.HeaderClassName
{
color: #AA3E9A;
}
.AnyTagClassName
{
color: #AA3E9A;
}
</style>
background-color css
<style>
a { background-color: #AA3E9A; }
a { background-color: rgb(170,62,154); }
div.DivClassName
{
background-color: #AA3E9A;
}
.BgClassName
{
background-color: #AA3E9A;
}
</style>
border-color css
<style>
span { border-color: #AA3E9A; }
span { border-color: rgb(170,62,154); }
td.TdClassName
{
border-color: #AA3E9A;
}
.TagClassName
{
border-color: #AA3E9A;
}
</style>