Shades of Medium Red Violet #AA327F
Tints of Medium Red Violet #AA327F
RGB
CMYK
RGB Variations
Color information
#AA327F (or 0xAA327F) is known color: Medium Red Violet. HEX triplet: AA, 32 and 7F. RGB value is (170,50,127). Sum of RGB (Red+Green+Blue) = 170+50+127=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA327F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA327F is #55CD80. Grayscale: #5E5E5E. Windows color (decimal): -5623169 or 8336042. OLE color: 8336042.
HSL color Cylindrical-coordinate representation of color #AA327F: hue angle of 321.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA327F is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 50 | 127 | - |
| CMYK | 0 | 0.71 | 0.25 | 0.33 |
| HSL | 321.5º | 0.55% | 0.43% | - |
| HSV(B) | 321.5º | 0.71% | 0.67% | - |
| XYZ | 21.55 | 12.36 | 21.33 | - |
| YUV | 94.66 | 146.26 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 50 | 127 | 0 | 0.71 | 0.25 | 0.33 | 321.5 | 0.55 | 0.43 |
| Hex | AA | 32 | 7F | 0 | 47 | 19 | 21 | 142 | 37 | 2B |
| Octal | 252 | 62 | 177 | 0 | 107 | 31 | 41 | 502 | 67 | 53 |
| Binary | 10101010 | 110010 | 1111111 | 0 | 1000111 | 11001 | 100001 | 101000010 | 110111 | 101011 |
Color Harmonies of #AA327F
Complementary color
Monochromatic Colors of #AA327F
Black with #AA327F
Text Example
Text Example
White with #AA327F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA327F; }
p { color: rgb(170,50,127); }
H1.HeaderClassName
{
color: #AA327F;
}
.AnyTagClassName
{
color: #AA327F;
}
</style>
background-color css
<style>
a { background-color: #AA327F; }
a { background-color: rgb(170,50,127); }
div.DivClassName
{
background-color: #AA327F;
}
.BgClassName
{
background-color: #AA327F;
}
</style>
border-color css
<style>
span { border-color: #AA327F; }
span { border-color: rgb(170,50,127); }
td.TdClassName
{
border-color: #AA327F;
}
.TagClassName
{
border-color: #AA327F;
}
</style>