Shades of Medium Red Violet #AA349B
Tints of Medium Red Violet #AA349B
RGB
CMYK
RGB Variations
Color information
#AA349B (or 0xAA349B) is known color: Medium Red Violet. HEX triplet: AA, 34 and 9B. RGB value is (170,52,155). Sum of RGB (Red+Green+Blue) = 170+52+155=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 52 (20.70% from 255 or 13.79% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA349B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA349B is #55CB64. Grayscale: #626262. Windows color (decimal): -5622629 or 10171562. OLE color: 10171562.
HSL color Cylindrical-coordinate representation of color #AA349B: hue angle of 307.63º 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 #AA349B is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 52 | 155 | - |
| CMYK | 0 | 0.69 | 0.09 | 0.33 |
| HSL | 307.63º | 0.53% | 0.44% | - |
| HSV(B) | 307.63º | 0.69% | 0.67% | - |
| XYZ | 23.72 | 13.37 | 32.34 | - |
| YUV | 99.02 | 159.59 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 52 | 155 | 0 | 0.69 | 0.09 | 0.33 | 307.63 | 0.53 | 0.44 |
| Hex | AA | 34 | 9B | 0 | 45 | 9 | 21 | 134 | 35 | 2C |
| Octal | 252 | 64 | 233 | 0 | 105 | 11 | 41 | 464 | 65 | 54 |
| Binary | 10101010 | 110100 | 10011011 | 0 | 1000101 | 1001 | 100001 | 100110100 | 110101 | 101100 |
Color Harmonies of #AA349B
Complementary color
Monochromatic Colors of #AA349B
Black with #AA349B
Text Example
Text Example
White with #AA349B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA349B; }
p { color: rgb(170,52,155); }
H1.HeaderClassName
{
color: #AA349B;
}
.AnyTagClassName
{
color: #AA349B;
}
</style>
background-color css
<style>
a { background-color: #AA349B; }
a { background-color: rgb(170,52,155); }
div.DivClassName
{
background-color: #AA349B;
}
.BgClassName
{
background-color: #AA349B;
}
</style>
border-color css
<style>
span { border-color: #AA349B; }
span { border-color: rgb(170,52,155); }
td.TdClassName
{
border-color: #AA349B;
}
.TagClassName
{
border-color: #AA349B;
}
</style>