Shades of Medium Red Violet #AA349A
Tints of Medium Red Violet #AA349A
RGB
CMYK
RGB Variations
Color information
#AA349A (or 0xAA349A) is known color: Medium Red Violet. HEX triplet: AA, 34 and 9A. RGB value is (170,52,154). Sum of RGB (Red+Green+Blue) = 170+52+154=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 52 (20.70% from 255 or 13.83% from 376); Blue value is 154 (60.55% from 255 or 40.96% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA349A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA349A is #55CB65. Grayscale: #626262. Windows color (decimal): -5622630 or 10106026. OLE color: 10106026.
HSL color Cylindrical-coordinate representation of color #AA349A: hue angle of 308.14º 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 #AA349A is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 52 | 154 | - |
| CMYK | 0 | 0.69 | 0.09 | 0.33 |
| HSL | 308.14º | 0.53% | 0.44% | - |
| HSV(B) | 308.14º | 0.69% | 0.67% | - |
| XYZ | 23.64 | 13.34 | 31.9 | - |
| YUV | 98.91 | 159.09 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 52 | 154 | 0 | 0.69 | 0.09 | 0.33 | 308.14 | 0.53 | 0.44 |
| Hex | AA | 34 | 9A | 0 | 45 | 9 | 21 | 134 | 35 | 2C |
| Octal | 252 | 64 | 232 | 0 | 105 | 11 | 41 | 464 | 65 | 54 |
| Binary | 10101010 | 110100 | 10011010 | 0 | 1000101 | 1001 | 100001 | 100110100 | 110101 | 101100 |
Color Harmonies of #AA349A
Complementary color
Monochromatic Colors of #AA349A
Black with #AA349A
Text Example
Text Example
White with #AA349A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA349A; }
p { color: rgb(170,52,154); }
H1.HeaderClassName
{
color: #AA349A;
}
.AnyTagClassName
{
color: #AA349A;
}
</style>
background-color css
<style>
a { background-color: #AA349A; }
a { background-color: rgb(170,52,154); }
div.DivClassName
{
background-color: #AA349A;
}
.BgClassName
{
background-color: #AA349A;
}
</style>
border-color css
<style>
span { border-color: #AA349A; }
span { border-color: rgb(170,52,154); }
td.TdClassName
{
border-color: #AA349A;
}
.TagClassName
{
border-color: #AA349A;
}
</style>