Shades of Medium Red Violet #AA359E
Tints of Medium Red Violet #AA359E
RGB
CMYK
RGB Variations
Color information
#AA359E (or 0xAA359E) is known color: Medium Red Violet. HEX triplet: AA, 35 and 9E. RGB value is (170,53,158). Sum of RGB (Red+Green+Blue) = 170+53+158=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 53 (21.09% from 255 or 13.91% from 381); Blue value is 158 (62.11% from 255 or 41.47% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA359E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA359E is #55CA61. Grayscale: #636363. Windows color (decimal): -5622370 or 10368426. OLE color: 10368426.
HSL color Cylindrical-coordinate representation of color #AA359E: hue angle of 306.15º 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 #AA359E is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 53 | 158 | - |
| CMYK | 0 | 0.69 | 0.07 | 0.33 |
| HSL | 306.15º | 0.52% | 0.44% | - |
| HSV(B) | 306.15º | 0.69% | 0.67% | - |
| XYZ | 24.02 | 13.56 | 33.7 | - |
| YUV | 99.95 | 160.76 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 53 | 158 | 0 | 0.69 | 0.07 | 0.33 | 306.15 | 0.52 | 0.44 |
| Hex | AA | 35 | 9E | 0 | 45 | 7 | 21 | 132 | 34 | 2C |
| Octal | 252 | 65 | 236 | 0 | 105 | 7 | 41 | 462 | 64 | 54 |
| Binary | 10101010 | 110101 | 10011110 | 0 | 1000101 | 111 | 100001 | 100110010 | 110100 | 101100 |
Color Harmonies of #AA359E
Complementary color
Monochromatic Colors of #AA359E
Black with #AA359E
Text Example
Text Example
White with #AA359E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA359E; }
p { color: rgb(170,53,158); }
H1.HeaderClassName
{
color: #AA359E;
}
.AnyTagClassName
{
color: #AA359E;
}
</style>
background-color css
<style>
a { background-color: #AA359E; }
a { background-color: rgb(170,53,158); }
div.DivClassName
{
background-color: #AA359E;
}
.BgClassName
{
background-color: #AA359E;
}
</style>
border-color css
<style>
span { border-color: #AA359E; }
span { border-color: rgb(170,53,158); }
td.TdClassName
{
border-color: #AA359E;
}
.TagClassName
{
border-color: #AA359E;
}
</style>