Shades of Medium Red Violet #AA349D
Tints of Medium Red Violet #AA349D
RGB
CMYK
RGB Variations
Color information
#AA349D (or 0xAA349D) is known color: Medium Red Violet. HEX triplet: AA, 34 and 9D. RGB value is (170,52,157). Sum of RGB (Red+Green+Blue) = 170+52+157=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 52 (20.70% from 255 or 13.72% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA349D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA349D is #55CB62. Grayscale: #626262. Windows color (decimal): -5622627 or 10302634. OLE color: 10302634.
HSL color Cylindrical-coordinate representation of color #AA349D: hue angle of 306.61º 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 #AA349D is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 52 | 157 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.33 |
| HSL | 306.61º | 0.53% | 0.44% | - |
| HSV(B) | 306.61º | 0.69% | 0.67% | - |
| XYZ | 23.89 | 13.44 | 33.23 | - |
| YUV | 99.25 | 160.59 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 52 | 157 | 0 | 0.69 | 0.08 | 0.33 | 306.61 | 0.53 | 0.44 |
| Hex | AA | 34 | 9D | 0 | 45 | 8 | 21 | 133 | 35 | 2C |
| Octal | 252 | 64 | 235 | 0 | 105 | 10 | 41 | 463 | 65 | 54 |
| Binary | 10101010 | 110100 | 10011101 | 0 | 1000101 | 1000 | 100001 | 100110011 | 110101 | 101100 |
Color Harmonies of #AA349D
Complementary color
Monochromatic Colors of #AA349D
Black with #AA349D
Text Example
Text Example
White with #AA349D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA349D; }
p { color: rgb(170,52,157); }
H1.HeaderClassName
{
color: #AA349D;
}
.AnyTagClassName
{
color: #AA349D;
}
</style>
background-color css
<style>
a { background-color: #AA349D; }
a { background-color: rgb(170,52,157); }
div.DivClassName
{
background-color: #AA349D;
}
.BgClassName
{
background-color: #AA349D;
}
</style>
border-color css
<style>
span { border-color: #AA349D; }
span { border-color: rgb(170,52,157); }
td.TdClassName
{
border-color: #AA349D;
}
.TagClassName
{
border-color: #AA349D;
}
</style>