Shades of Medium Red Violet #AA3A8D
Tints of Medium Red Violet #AA3A8D
RGB
CMYK
RGB Variations
Color information
#AA3A8D (or 0xAA3A8D) is known color: Medium Red Violet. HEX triplet: AA, 3A and 8D. RGB value is (170,58,141). Sum of RGB (Red+Green+Blue) = 170+58+141=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 58 (23.05% from 255 or 15.72% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3A8D is #55C572. Grayscale: #646464. Windows color (decimal): -5621107 or 9255594. OLE color: 9255594.
HSL color Cylindrical-coordinate representation of color #AA3A8D: hue angle of 315.54º 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 #AA3A8D is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 58 | 141 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.33 |
| HSL | 315.54º | 0.49% | 0.45% | - |
| HSV(B) | 315.54º | 0.66% | 0.67% | - |
| XYZ | 22.9 | 13.5 | 26.6 | - |
| YUV | 100.95 | 150.61 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 58 | 141 | 0 | 0.66 | 0.17 | 0.33 | 315.54 | 0.49 | 0.45 |
| Hex | AA | 3A | 8D | 0 | 42 | 11 | 21 | 13C | 31 | 2D |
| Octal | 252 | 72 | 215 | 0 | 102 | 21 | 41 | 474 | 61 | 55 |
| Binary | 10101010 | 111010 | 10001101 | 0 | 1000010 | 10001 | 100001 | 100111100 | 110001 | 101101 |
Color Harmonies of #AA3A8D
Complementary color
Monochromatic Colors of #AA3A8D
Black with #AA3A8D
Text Example
Text Example
White with #AA3A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3A8D; }
p { color: rgb(170,58,141); }
H1.HeaderClassName
{
color: #AA3A8D;
}
.AnyTagClassName
{
color: #AA3A8D;
}
</style>
background-color css
<style>
a { background-color: #AA3A8D; }
a { background-color: rgb(170,58,141); }
div.DivClassName
{
background-color: #AA3A8D;
}
.BgClassName
{
background-color: #AA3A8D;
}
</style>
border-color css
<style>
span { border-color: #AA3A8D; }
span { border-color: rgb(170,58,141); }
td.TdClassName
{
border-color: #AA3A8D;
}
.TagClassName
{
border-color: #AA3A8D;
}
</style>