Shades of Medium Red Violet #AA348D
Tints of Medium Red Violet #AA348D
RGB
CMYK
RGB Variations
Color information
#AA348D (or 0xAA348D) is known color: Medium Red Violet. HEX triplet: AA, 34 and 8D. RGB value is (170,52,141). Sum of RGB (Red+Green+Blue) = 170+52+141=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 52 (20.70% from 255 or 14.33% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA348D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA348D is #55CB72. Grayscale: #616161. Windows color (decimal): -5622643 or 9254058. OLE color: 9254058.
HSL color Cylindrical-coordinate representation of color #AA348D: hue angle of 314.75º 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 #AA348D is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 52 | 141 | - |
| CMYK | 0 | 0.69 | 0.17 | 0.33 |
| HSL | 314.75º | 0.53% | 0.44% | - |
| HSV(B) | 314.75º | 0.69% | 0.67% | - |
| XYZ | 22.61 | 12.93 | 26.5 | - |
| YUV | 97.43 | 152.59 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 52 | 141 | 0 | 0.69 | 0.17 | 0.33 | 314.75 | 0.53 | 0.44 |
| Hex | AA | 34 | 8D | 0 | 45 | 11 | 21 | 13B | 35 | 2C |
| Octal | 252 | 64 | 215 | 0 | 105 | 21 | 41 | 473 | 65 | 54 |
| Binary | 10101010 | 110100 | 10001101 | 0 | 1000101 | 10001 | 100001 | 100111011 | 110101 | 101100 |
Color Harmonies of #AA348D
Complementary color
Monochromatic Colors of #AA348D
Black with #AA348D
Text Example
Text Example
White with #AA348D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA348D; }
p { color: rgb(170,52,141); }
H1.HeaderClassName
{
color: #AA348D;
}
.AnyTagClassName
{
color: #AA348D;
}
</style>
background-color css
<style>
a { background-color: #AA348D; }
a { background-color: rgb(170,52,141); }
div.DivClassName
{
background-color: #AA348D;
}
.BgClassName
{
background-color: #AA348D;
}
</style>
border-color css
<style>
span { border-color: #AA348D; }
span { border-color: rgb(170,52,141); }
td.TdClassName
{
border-color: #AA348D;
}
.TagClassName
{
border-color: #AA348D;
}
</style>