Shades of Medium Red Violet #AA359D
Tints of Medium Red Violet #AA359D
RGB
CMYK
RGB Variations
Color information
#AA359D (or 0xAA359D) is known color: Medium Red Violet. HEX triplet: AA, 35 and 9D. RGB value is (170,53,157). Sum of RGB (Red+Green+Blue) = 170+53+157=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 53 (21.09% from 255 or 13.95% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA359D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA359D is #55CA62. Grayscale: #636363. Windows color (decimal): -5622371 or 10302890. OLE color: 10302890.
HSL color Cylindrical-coordinate representation of color #AA359D: hue angle of 306.67º 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 #AA359D is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 53 | 157 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.33 |
| HSL | 306.67º | 0.52% | 0.44% | - |
| HSV(B) | 306.67º | 0.69% | 0.67% | - |
| XYZ | 23.94 | 13.53 | 33.25 | - |
| YUV | 99.84 | 160.26 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 53 | 157 | 0 | 0.69 | 0.08 | 0.33 | 306.67 | 0.52 | 0.44 |
| Hex | AA | 35 | 9D | 0 | 45 | 8 | 21 | 133 | 34 | 2C |
| Octal | 252 | 65 | 235 | 0 | 105 | 10 | 41 | 463 | 64 | 54 |
| Binary | 10101010 | 110101 | 10011101 | 0 | 1000101 | 1000 | 100001 | 100110011 | 110100 | 101100 |
Color Harmonies of #AA359D
Complementary color
Monochromatic Colors of #AA359D
Black with #AA359D
Text Example
Text Example
White with #AA359D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA359D; }
p { color: rgb(170,53,157); }
H1.HeaderClassName
{
color: #AA359D;
}
.AnyTagClassName
{
color: #AA359D;
}
</style>
background-color css
<style>
a { background-color: #AA359D; }
a { background-color: rgb(170,53,157); }
div.DivClassName
{
background-color: #AA359D;
}
.BgClassName
{
background-color: #AA359D;
}
</style>
border-color css
<style>
span { border-color: #AA359D; }
span { border-color: rgb(170,53,157); }
td.TdClassName
{
border-color: #AA359D;
}
.TagClassName
{
border-color: #AA359D;
}
</style>