Shades of Medium Red Violet #AA349C
Tints of Medium Red Violet #AA349C
RGB
CMYK
RGB Variations
Color information
#AA349C (or 0xAA349C) is known color: Medium Red Violet. HEX triplet: AA, 34 and 9C. RGB value is (170,52,156). Sum of RGB (Red+Green+Blue) = 170+52+156=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 52 (20.70% from 255 or 13.76% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA349C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA349C is #55CB63. Grayscale: #626262. Windows color (decimal): -5622628 or 10237098. OLE color: 10237098.
HSL color Cylindrical-coordinate representation of color #AA349C: hue angle of 307.12º 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 #AA349C is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 52 | 156 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.33 |
| HSL | 307.12º | 0.53% | 0.44% | - |
| HSV(B) | 307.12º | 0.69% | 0.67% | - |
| XYZ | 23.81 | 13.4 | 32.78 | - |
| YUV | 99.14 | 160.09 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 52 | 156 | 0 | 0.69 | 0.08 | 0.33 | 307.12 | 0.53 | 0.44 |
| Hex | AA | 34 | 9C | 0 | 45 | 8 | 21 | 133 | 35 | 2C |
| Octal | 252 | 64 | 234 | 0 | 105 | 10 | 41 | 463 | 65 | 54 |
| Binary | 10101010 | 110100 | 10011100 | 0 | 1000101 | 1000 | 100001 | 100110011 | 110101 | 101100 |
Color Harmonies of #AA349C
Complementary color
Monochromatic Colors of #AA349C
Black with #AA349C
Text Example
Text Example
White with #AA349C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA349C; }
p { color: rgb(170,52,156); }
H1.HeaderClassName
{
color: #AA349C;
}
.AnyTagClassName
{
color: #AA349C;
}
</style>
background-color css
<style>
a { background-color: #AA349C; }
a { background-color: rgb(170,52,156); }
div.DivClassName
{
background-color: #AA349C;
}
.BgClassName
{
background-color: #AA349C;
}
</style>
border-color css
<style>
span { border-color: #AA349C; }
span { border-color: rgb(170,52,156); }
td.TdClassName
{
border-color: #AA349C;
}
.TagClassName
{
border-color: #AA349C;
}
</style>