Shades of Medium Red Violet #AA3A9C
Tints of Medium Red Violet #AA3A9C
RGB
CMYK
RGB Variations
Color information
#AA3A9C (or 0xAA3A9C) is known color: Medium Red Violet. HEX triplet: AA, 3A and 9C. RGB value is (170,58,156). Sum of RGB (Red+Green+Blue) = 170+58+156=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 58 (23.05% from 255 or 15.10% from 384); Blue value is 156 (61.33% from 255 or 40.62% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3A9C is #55C563. Grayscale: #666666. Windows color (decimal): -5621092 or 10238634. OLE color: 10238634.
HSL color Cylindrical-coordinate representation of color #AA3A9C: hue angle of 307.5º 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 #AA3A9C is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 58 | 156 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.33 |
| HSL | 307.5º | 0.49% | 0.45% | - |
| HSV(B) | 307.5º | 0.66% | 0.67% | - |
| XYZ | 24.09 | 13.97 | 32.88 | - |
| YUV | 102.66 | 158.11 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 58 | 156 | 0 | 0.66 | 0.08 | 0.33 | 307.5 | 0.49 | 0.45 |
| Hex | AA | 3A | 9C | 0 | 42 | 8 | 21 | 134 | 31 | 2D |
| Octal | 252 | 72 | 234 | 0 | 102 | 10 | 41 | 464 | 61 | 55 |
| Binary | 10101010 | 111010 | 10011100 | 0 | 1000010 | 1000 | 100001 | 100110100 | 110001 | 101101 |
Color Harmonies of #AA3A9C
Complementary color
Monochromatic Colors of #AA3A9C
Black with #AA3A9C
Text Example
Text Example
White with #AA3A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3A9C; }
p { color: rgb(170,58,156); }
H1.HeaderClassName
{
color: #AA3A9C;
}
.AnyTagClassName
{
color: #AA3A9C;
}
</style>
background-color css
<style>
a { background-color: #AA3A9C; }
a { background-color: rgb(170,58,156); }
div.DivClassName
{
background-color: #AA3A9C;
}
.BgClassName
{
background-color: #AA3A9C;
}
</style>
border-color css
<style>
span { border-color: #AA3A9C; }
span { border-color: rgb(170,58,156); }
td.TdClassName
{
border-color: #AA3A9C;
}
.TagClassName
{
border-color: #AA3A9C;
}
</style>