Shades of Medium Red Violet #AA3F7D
Tints of Medium Red Violet #AA3F7D
RGB
CMYK
RGB Variations
Color information
#AA3F7D (or 0xAA3F7D) is known color: Medium Red Violet. HEX triplet: AA, 3F and 7D. RGB value is (170,63,125). Sum of RGB (Red+Green+Blue) = 170+63+125=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 63 (25% from 255 or 17.60% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3F7D is #55C082. Grayscale: #656565. Windows color (decimal): -5619843 or 8208298. OLE color: 8208298.
HSL color Cylindrical-coordinate representation of color #AA3F7D: hue angle of 325.23º 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 #AA3F7D is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 63 | 125 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.33 |
| HSL | 325.23º | 0.46% | 0.46% | - |
| HSV(B) | 325.23º | 0.63% | 0.67% | - |
| XYZ | 22.06 | 13.58 | 20.86 | - |
| YUV | 102.06 | 140.95 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 63 | 125 | 0 | 0.63 | 0.26 | 0.33 | 325.23 | 0.46 | 0.46 |
| Hex | AA | 3F | 7D | 0 | 3F | 1A | 21 | 145 | 2E | 2E |
| Octal | 252 | 77 | 175 | 0 | 77 | 32 | 41 | 505 | 56 | 56 |
| Binary | 10101010 | 111111 | 1111101 | 0 | 111111 | 11010 | 100001 | 101000101 | 101110 | 101110 |
Color Harmonies of #AA3F7D
Complementary color
Monochromatic Colors of #AA3F7D
Black with #AA3F7D
Text Example
Text Example
White with #AA3F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3F7D; }
p { color: rgb(170,63,125); }
H1.HeaderClassName
{
color: #AA3F7D;
}
.AnyTagClassName
{
color: #AA3F7D;
}
</style>
background-color css
<style>
a { background-color: #AA3F7D; }
a { background-color: rgb(170,63,125); }
div.DivClassName
{
background-color: #AA3F7D;
}
.BgClassName
{
background-color: #AA3F7D;
}
</style>
border-color css
<style>
span { border-color: #AA3F7D; }
span { border-color: rgb(170,63,125); }
td.TdClassName
{
border-color: #AA3F7D;
}
.TagClassName
{
border-color: #AA3F7D;
}
</style>