Shades of Medium Red Violet #AA3A7E
Tints of Medium Red Violet #AA3A7E
RGB
CMYK
RGB Variations
Color information
#AA3A7E (or 0xAA3A7E) is known color: Medium Red Violet. HEX triplet: AA, 3A and 7E. RGB value is (170,58,126). Sum of RGB (Red+Green+Blue) = 170+58+126=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 58 (23.05% from 255 or 16.38% from 354); Blue value is 126 (49.61% from 255 or 35.59% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3A7E is #55C581. Grayscale: #636363. Windows color (decimal): -5621122 or 8272554. OLE color: 8272554.
HSL color Cylindrical-coordinate representation of color #AA3A7E: hue angle of 323.57º 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 #AA3A7E is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 58 | 126 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.33 |
| HSL | 323.57º | 0.49% | 0.45% | - |
| HSV(B) | 323.57º | 0.66% | 0.67% | - |
| XYZ | 21.86 | 13.08 | 21.11 | - |
| YUV | 99.24 | 143.11 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 58 | 126 | 0 | 0.66 | 0.26 | 0.33 | 323.57 | 0.49 | 0.45 |
| Hex | AA | 3A | 7E | 0 | 42 | 1A | 21 | 144 | 31 | 2D |
| Octal | 252 | 72 | 176 | 0 | 102 | 32 | 41 | 504 | 61 | 55 |
| Binary | 10101010 | 111010 | 1111110 | 0 | 1000010 | 11010 | 100001 | 101000100 | 110001 | 101101 |
Color Harmonies of #AA3A7E
Complementary color
Monochromatic Colors of #AA3A7E
Black with #AA3A7E
Text Example
Text Example
White with #AA3A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3A7E; }
p { color: rgb(170,58,126); }
H1.HeaderClassName
{
color: #AA3A7E;
}
.AnyTagClassName
{
color: #AA3A7E;
}
</style>
background-color css
<style>
a { background-color: #AA3A7E; }
a { background-color: rgb(170,58,126); }
div.DivClassName
{
background-color: #AA3A7E;
}
.BgClassName
{
background-color: #AA3A7E;
}
</style>
border-color css
<style>
span { border-color: #AA3A7E; }
span { border-color: rgb(170,58,126); }
td.TdClassName
{
border-color: #AA3A7E;
}
.TagClassName
{
border-color: #AA3A7E;
}
</style>