Shades of Medium Red Violet #AA3486
Tints of Medium Red Violet #AA3486
RGB
CMYK
RGB Variations
Color information
#AA3486 (or 0xAA3486) is known color: Medium Red Violet. HEX triplet: AA, 34 and 86. RGB value is (170,52,134). Sum of RGB (Red+Green+Blue) = 170+52+134=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 134 (52.73% from 255 or 37.64% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3486 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3486 is #55CB79. Grayscale: #606060. Windows color (decimal): -5622650 or 8795306. OLE color: 8795306.
HSL color Cylindrical-coordinate representation of color #AA3486: hue angle of 318.31º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA3486 is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 52 | 134 | - |
| CMYK | 0 | 0.69 | 0.21 | 0.33 |
| HSL | 318.31º | 0.53% | 0.44% | - |
| HSV(B) | 318.31º | 0.69% | 0.67% | - |
| XYZ | 22.11 | 12.72 | 23.84 | - |
| YUV | 96.63 | 149.09 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 52 | 134 | 0 | 0.69 | 0.21 | 0.33 | 318.31 | 0.53 | 0.44 |
| Hex | AA | 34 | 86 | 0 | 45 | 15 | 21 | 13E | 35 | 2C |
| Octal | 252 | 64 | 206 | 0 | 105 | 25 | 41 | 476 | 65 | 54 |
| Binary | 10101010 | 110100 | 10000110 | 0 | 1000101 | 10101 | 100001 | 100111110 | 110101 | 101100 |
Color Harmonies of #AA3486
Complementary color
Monochromatic Colors of #AA3486
Black with #AA3486
Text Example
Text Example
White with #AA3486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3486; }
p { color: rgb(170,52,134); }
H1.HeaderClassName
{
color: #AA3486;
}
.AnyTagClassName
{
color: #AA3486;
}
</style>
background-color css
<style>
a { background-color: #AA3486; }
a { background-color: rgb(170,52,134); }
div.DivClassName
{
background-color: #AA3486;
}
.BgClassName
{
background-color: #AA3486;
}
</style>
border-color css
<style>
span { border-color: #AA3486; }
span { border-color: rgb(170,52,134); }
td.TdClassName
{
border-color: #AA3486;
}
.TagClassName
{
border-color: #AA3486;
}
</style>