Shades of Medium Red Violet #AA3F7E
Tints of Medium Red Violet #AA3F7E
RGB
CMYK
RGB Variations
Color information
#AA3F7E (or 0xAA3F7E) is known color: Medium Red Violet. HEX triplet: AA, 3F and 7E. RGB value is (170,63,126). Sum of RGB (Red+Green+Blue) = 170+63+126=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 63 (25% from 255 or 17.55% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3F7E is #55C081. Grayscale: #666666. Windows color (decimal): -5619842 or 8273834. OLE color: 8273834.
HSL color Cylindrical-coordinate representation of color #AA3F7E: hue angle of 324.67º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA3F7E is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 63 | 126 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.33 |
| HSL | 324.67º | 0.46% | 0.46% | - |
| HSV(B) | 324.67º | 0.63% | 0.67% | - |
| XYZ | 22.12 | 13.61 | 21.2 | - |
| YUV | 102.18 | 141.45 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 63 | 126 | 0 | 0.63 | 0.26 | 0.33 | 324.67 | 0.46 | 0.46 |
| Hex | AA | 3F | 7E | 0 | 3F | 1A | 21 | 145 | 2E | 2E |
| Octal | 252 | 77 | 176 | 0 | 77 | 32 | 41 | 505 | 56 | 56 |
| Binary | 10101010 | 111111 | 1111110 | 0 | 111111 | 11010 | 100001 | 101000101 | 101110 | 101110 |
Color Harmonies of #AA3F7E
Complementary color
Monochromatic Colors of #AA3F7E
Black with #AA3F7E
Text Example
Text Example
White with #AA3F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3F7E; }
p { color: rgb(170,63,126); }
H1.HeaderClassName
{
color: #AA3F7E;
}
.AnyTagClassName
{
color: #AA3F7E;
}
</style>
background-color css
<style>
a { background-color: #AA3F7E; }
a { background-color: rgb(170,63,126); }
div.DivClassName
{
background-color: #AA3F7E;
}
.BgClassName
{
background-color: #AA3F7E;
}
</style>
border-color css
<style>
span { border-color: #AA3F7E; }
span { border-color: rgb(170,63,126); }
td.TdClassName
{
border-color: #AA3F7E;
}
.TagClassName
{
border-color: #AA3F7E;
}
</style>