Shades of Medium Red Violet #AA4A86
Tints of Medium Red Violet #AA4A86
RGB
CMYK
RGB Variations
Color information
#AA4A86 (or 0xAA4A86) is known color: Medium Red Violet. HEX triplet: AA, 4A and 86. RGB value is (170,74,134). Sum of RGB (Red+Green+Blue) = 170+74+134=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 74 (29.30% from 255 or 19.58% from 378); Blue value is 134 (52.73% from 255 or 35.45% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4A86 is #55B579. Grayscale: #6D6D6D. Windows color (decimal): -5617018 or 8800938. OLE color: 8800938.
HSL color Cylindrical-coordinate representation of color #AA4A86: hue angle of 322.5º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA4A86 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 74 | 134 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.33 |
| HSL | 322.5º | 0.39% | 0.48% | - |
| HSV(B) | 322.5º | 0.56% | 0.67% | - |
| XYZ | 23.33 | 15.16 | 24.25 | - |
| YUV | 109.54 | 141.8 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 134 | 0 | 0.56 | 0.21 | 0.33 | 322.5 | 0.39 | 0.48 |
| Hex | AA | 4A | 86 | 0 | 38 | 15 | 21 | 142 | 27 | 30 |
| Octal | 252 | 112 | 206 | 0 | 70 | 25 | 41 | 502 | 47 | 60 |
| Binary | 10101010 | 1001010 | 10000110 | 0 | 111000 | 10101 | 100001 | 101000010 | 100111 | 110000 |
Color Harmonies of #AA4A86
Complementary color
Monochromatic Colors of #AA4A86
Black with #AA4A86
Text Example
Text Example
White with #AA4A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4A86; }
p { color: rgb(170,74,134); }
H1.HeaderClassName
{
color: #AA4A86;
}
.AnyTagClassName
{
color: #AA4A86;
}
</style>
background-color css
<style>
a { background-color: #AA4A86; }
a { background-color: rgb(170,74,134); }
div.DivClassName
{
background-color: #AA4A86;
}
.BgClassName
{
background-color: #AA4A86;
}
</style>
border-color css
<style>
span { border-color: #AA4A86; }
span { border-color: rgb(170,74,134); }
td.TdClassName
{
border-color: #AA4A86;
}
.TagClassName
{
border-color: #AA4A86;
}
</style>