Shades of Medium Red Violet #AA3C7E
Tints of Medium Red Violet #AA3C7E
RGB
CMYK
RGB Variations
Color information
#AA3C7E (or 0xAA3C7E) is known color: Medium Red Violet. HEX triplet: AA, 3C and 7E. RGB value is (170,60,126). Sum of RGB (Red+Green+Blue) = 170+60+126=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 60 (23.83% from 255 or 16.85% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3C7E is #55C381. Grayscale: #646464. Windows color (decimal): -5620610 or 8273066. OLE color: 8273066.
HSL color Cylindrical-coordinate representation of color #AA3C7E: hue angle of 324º 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 #AA3C7E is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 60 | 126 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.33 |
| HSL | 324º | 0.48% | 0.45% | - |
| HSV(B) | 324º | 0.65% | 0.67% | - |
| XYZ | 21.96 | 13.28 | 21.15 | - |
| YUV | 100.41 | 142.44 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 60 | 126 | 0 | 0.65 | 0.26 | 0.33 | 324 | 0.48 | 0.45 |
| Hex | AA | 3C | 7E | 0 | 41 | 1A | 21 | 144 | 30 | 2D |
| Octal | 252 | 74 | 176 | 0 | 101 | 32 | 41 | 504 | 60 | 55 |
| Binary | 10101010 | 111100 | 1111110 | 0 | 1000001 | 11010 | 100001 | 101000100 | 110000 | 101101 |
Color Harmonies of #AA3C7E
Complementary color
Monochromatic Colors of #AA3C7E
Black with #AA3C7E
Text Example
Text Example
White with #AA3C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3C7E; }
p { color: rgb(170,60,126); }
H1.HeaderClassName
{
color: #AA3C7E;
}
.AnyTagClassName
{
color: #AA3C7E;
}
</style>
background-color css
<style>
a { background-color: #AA3C7E; }
a { background-color: rgb(170,60,126); }
div.DivClassName
{
background-color: #AA3C7E;
}
.BgClassName
{
background-color: #AA3C7E;
}
</style>
border-color css
<style>
span { border-color: #AA3C7E; }
span { border-color: rgb(170,60,126); }
td.TdClassName
{
border-color: #AA3C7E;
}
.TagClassName
{
border-color: #AA3C7E;
}
</style>