Shades of Medium Red Violet #AA27A0
Tints of Medium Red Violet #AA27A0
RGB
CMYK
RGB Variations
Color information
#AA27A0 (or 0xAA27A0) is known color: Medium Red Violet. HEX triplet: AA, 27 and A0. RGB value is (170,39,160). Sum of RGB (Red+Green+Blue) = 170+39+160=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 39 (15.62% from 255 or 10.57% from 369); Blue value is 160 (62.89% from 255 or 43.36% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA27A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA27A0 is #55D85F. Grayscale: #5B5B5B. Windows color (decimal): -5625952 or 10495914. OLE color: 10495914.
HSL color Cylindrical-coordinate representation of color #AA27A0: hue angle of 304.58º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA27A0 is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 39 | 160 | - |
| CMYK | 0 | 0.77 | 0.06 | 0.33 |
| HSL | 304.58º | 0.63% | 0.41% | - |
| HSV(B) | 304.58º | 0.77% | 0.67% | - |
| XYZ | 23.65 | 12.54 | 34.43 | - |
| YUV | 91.96 | 166.4 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 160 | 0 | 0.77 | 0.06 | 0.33 | 304.58 | 0.63 | 0.41 |
| Hex | AA | 27 | A0 | 0 | 4D | 6 | 21 | 131 | 3F | 29 |
| Octal | 252 | 47 | 240 | 0 | 115 | 6 | 41 | 461 | 77 | 51 |
| Binary | 10101010 | 100111 | 10100000 | 0 | 1001101 | 110 | 100001 | 100110001 | 111111 | 101001 |
Color Harmonies of #AA27A0
Complementary color
Monochromatic Colors of #AA27A0
Black with #AA27A0
Text Example
Text Example
White with #AA27A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA27A0; }
p { color: rgb(170,39,160); }
H1.HeaderClassName
{
color: #AA27A0;
}
.AnyTagClassName
{
color: #AA27A0;
}
</style>
background-color css
<style>
a { background-color: #AA27A0; }
a { background-color: rgb(170,39,160); }
div.DivClassName
{
background-color: #AA27A0;
}
.BgClassName
{
background-color: #AA27A0;
}
</style>
border-color css
<style>
span { border-color: #AA27A0; }
span { border-color: rgb(170,39,160); }
td.TdClassName
{
border-color: #AA27A0;
}
.TagClassName
{
border-color: #AA27A0;
}
</style>