Shades of Medium Red Violet #AA359A
Tints of Medium Red Violet #AA359A
RGB
CMYK
RGB Variations
Color information
#AA359A (or 0xAA359A) is known color: Medium Red Violet. HEX triplet: AA, 35 and 9A. RGB value is (170,53,154). Sum of RGB (Red+Green+Blue) = 170+53+154=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 53 (21.09% from 255 or 14.06% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA359A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA359A is #55CA65. Grayscale: #636363. Windows color (decimal): -5622374 or 10106282. OLE color: 10106282.
HSL color Cylindrical-coordinate representation of color #AA359A: hue angle of 308.21º degrees, saturation: 0.52, 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 #AA359A is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 53 | 154 | - |
| CMYK | 0 | 0.69 | 0.09 | 0.33 |
| HSL | 308.21º | 0.52% | 0.44% | - |
| HSV(B) | 308.21º | 0.69% | 0.67% | - |
| XYZ | 23.68 | 13.43 | 31.91 | - |
| YUV | 99.5 | 158.76 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 53 | 154 | 0 | 0.69 | 0.09 | 0.33 | 308.21 | 0.52 | 0.44 |
| Hex | AA | 35 | 9A | 0 | 45 | 9 | 21 | 134 | 34 | 2C |
| Octal | 252 | 65 | 232 | 0 | 105 | 11 | 41 | 464 | 64 | 54 |
| Binary | 10101010 | 110101 | 10011010 | 0 | 1000101 | 1001 | 100001 | 100110100 | 110100 | 101100 |
Color Harmonies of #AA359A
Complementary color
Monochromatic Colors of #AA359A
Black with #AA359A
Text Example
Text Example
White with #AA359A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA359A; }
p { color: rgb(170,53,154); }
H1.HeaderClassName
{
color: #AA359A;
}
.AnyTagClassName
{
color: #AA359A;
}
</style>
background-color css
<style>
a { background-color: #AA359A; }
a { background-color: rgb(170,53,154); }
div.DivClassName
{
background-color: #AA359A;
}
.BgClassName
{
background-color: #AA359A;
}
</style>
border-color css
<style>
span { border-color: #AA359A; }
span { border-color: rgb(170,53,154); }
td.TdClassName
{
border-color: #AA359A;
}
.TagClassName
{
border-color: #AA359A;
}
</style>