Shades of Medium Red Violet #AA287C
Tints of Medium Red Violet #AA287C
RGB
CMYK
RGB Variations
Color information
#AA287C (or 0xAA287C) is known color: Medium Red Violet. HEX triplet: AA, 28 and 7C. RGB value is (170,40,124). Sum of RGB (Red+Green+Blue) = 170+40+124=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 40 (16.02% from 255 or 11.98% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA287C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA287C is #55D783. Grayscale: #585858. Windows color (decimal): -5625732 or 8136874. OLE color: 8136874.
HSL color Cylindrical-coordinate representation of color #AA287C: hue angle of 321.23º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA287C is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 40 | 124 | - |
| CMYK | 0 | 0.76 | 0.27 | 0.33 |
| HSL | 321.23º | 0.62% | 0.41% | - |
| HSV(B) | 321.23º | 0.76% | 0.67% | - |
| XYZ | 20.97 | 11.52 | 20.19 | - |
| YUV | 88.45 | 148.07 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 40 | 124 | 0 | 0.76 | 0.27 | 0.33 | 321.23 | 0.62 | 0.41 |
| Hex | AA | 28 | 7C | 0 | 4C | 1B | 21 | 141 | 3E | 29 |
| Octal | 252 | 50 | 174 | 0 | 114 | 33 | 41 | 501 | 76 | 51 |
| Binary | 10101010 | 101000 | 1111100 | 0 | 1001100 | 11011 | 100001 | 101000001 | 111110 | 101001 |
Color Harmonies of #AA287C
Complementary color
Monochromatic Colors of #AA287C
Black with #AA287C
Text Example
Text Example
White with #AA287C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA287C; }
p { color: rgb(170,40,124); }
H1.HeaderClassName
{
color: #AA287C;
}
.AnyTagClassName
{
color: #AA287C;
}
</style>
background-color css
<style>
a { background-color: #AA287C; }
a { background-color: rgb(170,40,124); }
div.DivClassName
{
background-color: #AA287C;
}
.BgClassName
{
background-color: #AA287C;
}
</style>
border-color css
<style>
span { border-color: #AA287C; }
span { border-color: rgb(170,40,124); }
td.TdClassName
{
border-color: #AA287C;
}
.TagClassName
{
border-color: #AA287C;
}
</style>