Shades of Medium Red Violet #AA3A9A
Tints of Medium Red Violet #AA3A9A
RGB
CMYK
RGB Variations
Color information
#AA3A9A (or 0xAA3A9A) is known color: Medium Red Violet. HEX triplet: AA, 3A and 9A. RGB value is (170,58,154). Sum of RGB (Red+Green+Blue) = 170+58+154=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 58 (23.05% from 255 or 15.18% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3A9A is #55C565. Grayscale: #666666. Windows color (decimal): -5621094 or 10107562. OLE color: 10107562.
HSL color Cylindrical-coordinate representation of color #AA3A9A: hue angle of 308.57º 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 #AA3A9A is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 58 | 154 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.33 |
| HSL | 308.57º | 0.49% | 0.45% | - |
| HSV(B) | 308.57º | 0.66% | 0.67% | - |
| XYZ | 23.92 | 13.91 | 31.99 | - |
| YUV | 102.43 | 157.11 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 58 | 154 | 0 | 0.66 | 0.09 | 0.33 | 308.57 | 0.49 | 0.45 |
| Hex | AA | 3A | 9A | 0 | 42 | 9 | 21 | 135 | 31 | 2D |
| Octal | 252 | 72 | 232 | 0 | 102 | 11 | 41 | 465 | 61 | 55 |
| Binary | 10101010 | 111010 | 10011010 | 0 | 1000010 | 1001 | 100001 | 100110101 | 110001 | 101101 |
Color Harmonies of #AA3A9A
Complementary color
Monochromatic Colors of #AA3A9A
Black with #AA3A9A
Text Example
Text Example
White with #AA3A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3A9A; }
p { color: rgb(170,58,154); }
H1.HeaderClassName
{
color: #AA3A9A;
}
.AnyTagClassName
{
color: #AA3A9A;
}
</style>
background-color css
<style>
a { background-color: #AA3A9A; }
a { background-color: rgb(170,58,154); }
div.DivClassName
{
background-color: #AA3A9A;
}
.BgClassName
{
background-color: #AA3A9A;
}
</style>
border-color css
<style>
span { border-color: #AA3A9A; }
span { border-color: rgb(170,58,154); }
td.TdClassName
{
border-color: #AA3A9A;
}
.TagClassName
{
border-color: #AA3A9A;
}
</style>