Shades of Medium Red Violet #AA399A
Tints of Medium Red Violet #AA399A
RGB
CMYK
RGB Variations
Color information
#AA399A (or 0xAA399A) is known color: Medium Red Violet. HEX triplet: AA, 39 and 9A. RGB value is (170,57,154). Sum of RGB (Red+Green+Blue) = 170+57+154=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 57 (22.66% from 255 or 14.96% from 381); Blue value is 154 (60.55% from 255 or 40.42% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA399A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA399A is #55C665. Grayscale: #656565. Windows color (decimal): -5621350 or 10107306. OLE color: 10107306.
HSL color Cylindrical-coordinate representation of color #AA399A: hue angle of 308.5º degrees, saturation: 0.5, 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 #AA399A is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 57 | 154 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.33 |
| HSL | 308.5º | 0.5% | 0.45% | - |
| HSV(B) | 308.5º | 0.66% | 0.67% | - |
| XYZ | 23.87 | 13.81 | 31.98 | - |
| YUV | 101.85 | 157.44 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 57 | 154 | 0 | 0.66 | 0.09 | 0.33 | 308.5 | 0.5 | 0.45 |
| Hex | AA | 39 | 9A | 0 | 42 | 9 | 21 | 134 | 32 | 2D |
| Octal | 252 | 71 | 232 | 0 | 102 | 11 | 41 | 464 | 62 | 55 |
| Binary | 10101010 | 111001 | 10011010 | 0 | 1000010 | 1001 | 100001 | 100110100 | 110010 | 101101 |
Color Harmonies of #AA399A
Complementary color
Monochromatic Colors of #AA399A
Black with #AA399A
Text Example
Text Example
White with #AA399A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA399A; }
p { color: rgb(170,57,154); }
H1.HeaderClassName
{
color: #AA399A;
}
.AnyTagClassName
{
color: #AA399A;
}
</style>
background-color css
<style>
a { background-color: #AA399A; }
a { background-color: rgb(170,57,154); }
div.DivClassName
{
background-color: #AA399A;
}
.BgClassName
{
background-color: #AA399A;
}
</style>
border-color css
<style>
span { border-color: #AA399A; }
span { border-color: rgb(170,57,154); }
td.TdClassName
{
border-color: #AA399A;
}
.TagClassName
{
border-color: #AA399A;
}
</style>