Shades of Medium Red Violet #AA338D
Tints of Medium Red Violet #AA338D
RGB
CMYK
RGB Variations
Color information
#AA338D (or 0xAA338D) is known color: Medium Red Violet. HEX triplet: AA, 33 and 8D. RGB value is (170,51,141). Sum of RGB (Red+Green+Blue) = 170+51+141=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 51 (20.31% from 255 or 14.09% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA338D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA338D is #55CC72. Grayscale: #606060. Windows color (decimal): -5622899 or 9253802. OLE color: 9253802.
HSL color Cylindrical-coordinate representation of color #AA338D: hue angle of 314.62º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA338D is Cyan = 0, Magento = 0.7, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 51 | 141 | - |
| CMYK | 0 | 0.7 | 0.17 | 0.33 |
| HSL | 314.62º | 0.54% | 0.43% | - |
| HSV(B) | 314.62º | 0.7% | 0.67% | - |
| XYZ | 22.57 | 12.84 | 26.49 | - |
| YUV | 96.84 | 152.92 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 51 | 141 | 0 | 0.7 | 0.17 | 0.33 | 314.62 | 0.54 | 0.43 |
| Hex | AA | 33 | 8D | 0 | 46 | 11 | 21 | 13B | 36 | 2B |
| Octal | 252 | 63 | 215 | 0 | 106 | 21 | 41 | 473 | 66 | 53 |
| Binary | 10101010 | 110011 | 10001101 | 0 | 1000110 | 10001 | 100001 | 100111011 | 110110 | 101011 |
Color Harmonies of #AA338D
Complementary color
Monochromatic Colors of #AA338D
Black with #AA338D
Text Example
Text Example
White with #AA338D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA338D; }
p { color: rgb(170,51,141); }
H1.HeaderClassName
{
color: #AA338D;
}
.AnyTagClassName
{
color: #AA338D;
}
</style>
background-color css
<style>
a { background-color: #AA338D; }
a { background-color: rgb(170,51,141); }
div.DivClassName
{
background-color: #AA338D;
}
.BgClassName
{
background-color: #AA338D;
}
</style>
border-color css
<style>
span { border-color: #AA338D; }
span { border-color: rgb(170,51,141); }
td.TdClassName
{
border-color: #AA338D;
}
.TagClassName
{
border-color: #AA338D;
}
</style>