Shades of Medium Red Violet #AA348E
Tints of Medium Red Violet #AA348E
RGB
CMYK
RGB Variations
Color information
#AA348E (or 0xAA348E) is known color: Medium Red Violet. HEX triplet: AA, 34 and 8E. RGB value is (170,52,142). Sum of RGB (Red+Green+Blue) = 170+52+142=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 52 (20.70% from 255 or 14.29% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA348E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA348E is #55CB71. Grayscale: #616161. Windows color (decimal): -5622642 or 9319594. OLE color: 9319594.
HSL color Cylindrical-coordinate representation of color #AA348E: hue angle of 314.24º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA348E is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 52 | 142 | - |
| CMYK | 0 | 0.69 | 0.16 | 0.33 |
| HSL | 314.24º | 0.53% | 0.44% | - |
| HSV(B) | 314.24º | 0.69% | 0.67% | - |
| XYZ | 22.69 | 12.96 | 26.9 | - |
| YUV | 97.54 | 153.09 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 52 | 142 | 0 | 0.69 | 0.16 | 0.33 | 314.24 | 0.53 | 0.44 |
| Hex | AA | 34 | 8E | 0 | 45 | 10 | 21 | 13A | 35 | 2C |
| Octal | 252 | 64 | 216 | 0 | 105 | 20 | 41 | 472 | 65 | 54 |
| Binary | 10101010 | 110100 | 10001110 | 0 | 1000101 | 10000 | 100001 | 100111010 | 110101 | 101100 |
Color Harmonies of #AA348E
Complementary color
Monochromatic Colors of #AA348E
Black with #AA348E
Text Example
Text Example
White with #AA348E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA348E; }
p { color: rgb(170,52,142); }
H1.HeaderClassName
{
color: #AA348E;
}
.AnyTagClassName
{
color: #AA348E;
}
</style>
background-color css
<style>
a { background-color: #AA348E; }
a { background-color: rgb(170,52,142); }
div.DivClassName
{
background-color: #AA348E;
}
.BgClassName
{
background-color: #AA348E;
}
</style>
border-color css
<style>
span { border-color: #AA348E; }
span { border-color: rgb(170,52,142); }
td.TdClassName
{
border-color: #AA348E;
}
.TagClassName
{
border-color: #AA348E;
}
</style>