Shades of Medium Red Violet #AA3A8A
Tints of Medium Red Violet #AA3A8A
RGB
CMYK
RGB Variations
Color information
#AA3A8A (or 0xAA3A8A) is known color: Medium Red Violet. HEX triplet: AA, 3A and 8A. RGB value is (170,58,138). Sum of RGB (Red+Green+Blue) = 170+58+138=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 58 (23.05% from 255 or 15.85% from 366); Blue value is 138 (54.30% from 255 or 37.70% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3A8A is #55C575. Grayscale: #646464. Windows color (decimal): -5621110 or 9058986. OLE color: 9058986.
HSL color Cylindrical-coordinate representation of color #AA3A8A: hue angle of 317.14º 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 #AA3A8A is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 58 | 138 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.33 |
| HSL | 317.14º | 0.49% | 0.45% | - |
| HSV(B) | 317.14º | 0.66% | 0.67% | - |
| XYZ | 22.68 | 13.41 | 25.44 | - |
| YUV | 100.61 | 149.11 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 58 | 138 | 0 | 0.66 | 0.19 | 0.33 | 317.14 | 0.49 | 0.45 |
| Hex | AA | 3A | 8A | 0 | 42 | 13 | 21 | 13D | 31 | 2D |
| Octal | 252 | 72 | 212 | 0 | 102 | 23 | 41 | 475 | 61 | 55 |
| Binary | 10101010 | 111010 | 10001010 | 0 | 1000010 | 10011 | 100001 | 100111101 | 110001 | 101101 |
Color Harmonies of #AA3A8A
Complementary color
Monochromatic Colors of #AA3A8A
Black with #AA3A8A
Text Example
Text Example
White with #AA3A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3A8A; }
p { color: rgb(170,58,138); }
H1.HeaderClassName
{
color: #AA3A8A;
}
.AnyTagClassName
{
color: #AA3A8A;
}
</style>
background-color css
<style>
a { background-color: #AA3A8A; }
a { background-color: rgb(170,58,138); }
div.DivClassName
{
background-color: #AA3A8A;
}
.BgClassName
{
background-color: #AA3A8A;
}
</style>
border-color css
<style>
span { border-color: #AA3A8A; }
span { border-color: rgb(170,58,138); }
td.TdClassName
{
border-color: #AA3A8A;
}
.TagClassName
{
border-color: #AA3A8A;
}
</style>