Shades of Medium Red Violet #AA4287
Tints of Medium Red Violet #AA4287
RGB
CMYK
RGB Variations
Color information
#AA4287 (or 0xAA4287) is known color: Medium Red Violet. HEX triplet: AA, 42 and 87. RGB value is (170,66,135). Sum of RGB (Red+Green+Blue) = 170+66+135=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 135 (53.12% from 255 or 36.39% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4287 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4287 is #55BD78. Grayscale: #686868. Windows color (decimal): -5619065 or 8864426. OLE color: 8864426.
HSL color Cylindrical-coordinate representation of color #AA4287: hue angle of 320.19º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA4287 is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 135 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.33 |
| HSL | 320.19º | 0.44% | 0.46% | - |
| HSV(B) | 320.19º | 0.61% | 0.67% | - |
| XYZ | 22.9 | 14.19 | 24.45 | - |
| YUV | 104.96 | 144.96 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 135 | 0 | 0.61 | 0.21 | 0.33 | 320.19 | 0.44 | 0.46 |
| Hex | AA | 42 | 87 | 0 | 3D | 15 | 21 | 140 | 2C | 2E |
| Octal | 252 | 102 | 207 | 0 | 75 | 25 | 41 | 500 | 54 | 56 |
| Binary | 10101010 | 1000010 | 10000111 | 0 | 111101 | 10101 | 100001 | 101000000 | 101100 | 101110 |
Color Harmonies of #AA4287
Complementary color
Monochromatic Colors of #AA4287
Black with #AA4287
Text Example
Text Example
White with #AA4287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4287; }
p { color: rgb(170,66,135); }
H1.HeaderClassName
{
color: #AA4287;
}
.AnyTagClassName
{
color: #AA4287;
}
</style>
background-color css
<style>
a { background-color: #AA4287; }
a { background-color: rgb(170,66,135); }
div.DivClassName
{
background-color: #AA4287;
}
.BgClassName
{
background-color: #AA4287;
}
</style>
border-color css
<style>
span { border-color: #AA4287; }
span { border-color: rgb(170,66,135); }
td.TdClassName
{
border-color: #AA4287;
}
.TagClassName
{
border-color: #AA4287;
}
</style>