Shades of Medium Red Violet #AA4286
Tints of Medium Red Violet #AA4286
RGB
CMYK
RGB Variations
Color information
#AA4286 (or 0xAA4286) is known color: Medium Red Violet. HEX triplet: AA, 42 and 86. RGB value is (170,66,134). Sum of RGB (Red+Green+Blue) = 170+66+134=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 66 (26.17% from 255 or 17.84% from 370); Blue value is 134 (52.73% from 255 or 36.22% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4286 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4286 is #55BD79. Grayscale: #686868. Windows color (decimal): -5619066 or 8798890. OLE color: 8798890.
HSL color Cylindrical-coordinate representation of color #AA4286: hue angle of 320.77º 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 #AA4286 is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 134 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.33 |
| HSL | 320.77º | 0.44% | 0.46% | - |
| HSV(B) | 320.77º | 0.61% | 0.67% | - |
| XYZ | 22.83 | 14.16 | 24.08 | - |
| YUV | 104.85 | 144.46 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 134 | 0 | 0.61 | 0.21 | 0.33 | 320.77 | 0.44 | 0.46 |
| Hex | AA | 42 | 86 | 0 | 3D | 15 | 21 | 141 | 2C | 2E |
| Octal | 252 | 102 | 206 | 0 | 75 | 25 | 41 | 501 | 54 | 56 |
| Binary | 10101010 | 1000010 | 10000110 | 0 | 111101 | 10101 | 100001 | 101000001 | 101100 | 101110 |
Color Harmonies of #AA4286
Complementary color
Monochromatic Colors of #AA4286
Black with #AA4286
Text Example
Text Example
White with #AA4286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4286; }
p { color: rgb(170,66,134); }
H1.HeaderClassName
{
color: #AA4286;
}
.AnyTagClassName
{
color: #AA4286;
}
</style>
background-color css
<style>
a { background-color: #AA4286; }
a { background-color: rgb(170,66,134); }
div.DivClassName
{
background-color: #AA4286;
}
.BgClassName
{
background-color: #AA4286;
}
</style>
border-color css
<style>
span { border-color: #AA4286; }
span { border-color: rgb(170,66,134); }
td.TdClassName
{
border-color: #AA4286;
}
.TagClassName
{
border-color: #AA4286;
}
</style>