Shades of Medium Red Violet #AA287B
Tints of Medium Red Violet #AA287B
RGB
CMYK
RGB Variations
Color information
#AA287B (or 0xAA287B) is known color: Medium Red Violet. HEX triplet: AA, 28 and 7B. RGB value is (170,40,123). Sum of RGB (Red+Green+Blue) = 170+40+123=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 40 (16.02% from 255 or 12.01% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA287B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA287B is #55D784. Grayscale: #585858. Windows color (decimal): -5625733 or 8071338. OLE color: 8071338.
HSL color Cylindrical-coordinate representation of color #AA287B: hue angle of 321.69º 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 #AA287B is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 40 | 123 | - |
| CMYK | 0 | 0.76 | 0.28 | 0.33 |
| HSL | 321.69º | 0.62% | 0.41% | - |
| HSV(B) | 321.69º | 0.76% | 0.67% | - |
| XYZ | 20.91 | 11.49 | 19.86 | - |
| YUV | 88.33 | 147.57 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 40 | 123 | 0 | 0.76 | 0.28 | 0.33 | 321.69 | 0.62 | 0.41 |
| Hex | AA | 28 | 7B | 0 | 4C | 1C | 21 | 142 | 3E | 29 |
| Octal | 252 | 50 | 173 | 0 | 114 | 34 | 41 | 502 | 76 | 51 |
| Binary | 10101010 | 101000 | 1111011 | 0 | 1001100 | 11100 | 100001 | 101000010 | 111110 | 101001 |
Color Harmonies of #AA287B
Complementary color
Monochromatic Colors of #AA287B
Black with #AA287B
Text Example
Text Example
White with #AA287B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA287B; }
p { color: rgb(170,40,123); }
H1.HeaderClassName
{
color: #AA287B;
}
.AnyTagClassName
{
color: #AA287B;
}
</style>
background-color css
<style>
a { background-color: #AA287B; }
a { background-color: rgb(170,40,123); }
div.DivClassName
{
background-color: #AA287B;
}
.BgClassName
{
background-color: #AA287B;
}
</style>
border-color css
<style>
span { border-color: #AA287B; }
span { border-color: rgb(170,40,123); }
td.TdClassName
{
border-color: #AA287B;
}
.TagClassName
{
border-color: #AA287B;
}
</style>