Shades of Medium Red Violet #AA36A1
Tints of Medium Red Violet #AA36A1
RGB
CMYK
RGB Variations
Color information
#AA36A1 (or 0xAA36A1) is known color: Medium Red Violet. HEX triplet: AA, 36 and A1. RGB value is (170,54,161). Sum of RGB (Red+Green+Blue) = 170+54+161=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 54 (21.48% from 255 or 14.03% from 385); Blue value is 161 (63.28% from 255 or 41.82% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA36A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA36A1 is #55C95E. Grayscale: #646464. Windows color (decimal): -5622111 or 10565290. OLE color: 10565290.
HSL color Cylindrical-coordinate representation of color #AA36A1: hue angle of 304.66º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA36A1 is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 54 | 161 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.33 |
| HSL | 304.66º | 0.52% | 0.44% | - |
| HSV(B) | 304.66º | 0.68% | 0.67% | - |
| XYZ | 24.33 | 13.76 | 35.09 | - |
| YUV | 100.88 | 161.93 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 54 | 161 | 0 | 0.68 | 0.05 | 0.33 | 304.66 | 0.52 | 0.44 |
| Hex | AA | 36 | A1 | 0 | 44 | 5 | 21 | 131 | 34 | 2C |
| Octal | 252 | 66 | 241 | 0 | 104 | 5 | 41 | 461 | 64 | 54 |
| Binary | 10101010 | 110110 | 10100001 | 0 | 1000100 | 101 | 100001 | 100110001 | 110100 | 101100 |
Color Harmonies of #AA36A1
Complementary color
Monochromatic Colors of #AA36A1
Black with #AA36A1
Text Example
Text Example
White with #AA36A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA36A1; }
p { color: rgb(170,54,161); }
H1.HeaderClassName
{
color: #AA36A1;
}
.AnyTagClassName
{
color: #AA36A1;
}
</style>
background-color css
<style>
a { background-color: #AA36A1; }
a { background-color: rgb(170,54,161); }
div.DivClassName
{
background-color: #AA36A1;
}
.BgClassName
{
background-color: #AA36A1;
}
</style>
border-color css
<style>
span { border-color: #AA36A1; }
span { border-color: rgb(170,54,161); }
td.TdClassName
{
border-color: #AA36A1;
}
.TagClassName
{
border-color: #AA36A1;
}
</style>