Shades of Medium Red Violet #AA2686
Tints of Medium Red Violet #AA2686
RGB
CMYK
RGB Variations
Color information
#AA2686 (or 0xAA2686) is known color: Medium Red Violet. HEX triplet: AA, 26 and 86. RGB value is (170,38,134). Sum of RGB (Red+Green+Blue) = 170+38+134=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 38 (15.23% from 255 or 11.11% from 342); Blue value is 134 (52.73% from 255 or 39.18% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2686 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2686 is #55D979. Grayscale: #585858. Windows color (decimal): -5626234 or 8791722. OLE color: 8791722.
HSL color Cylindrical-coordinate representation of color #AA2686: hue angle of 316.36º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA2686 is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 38 | 134 | - |
| CMYK | 0 | 0.78 | 0.21 | 0.33 |
| HSL | 316.36º | 0.63% | 0.41% | - |
| HSV(B) | 316.36º | 0.78% | 0.67% | - |
| XYZ | 21.57 | 11.65 | 23.67 | - |
| YUV | 88.41 | 153.73 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 38 | 134 | 0 | 0.78 | 0.21 | 0.33 | 316.36 | 0.63 | 0.41 |
| Hex | AA | 26 | 86 | 0 | 4E | 15 | 21 | 13C | 3F | 29 |
| Octal | 252 | 46 | 206 | 0 | 116 | 25 | 41 | 474 | 77 | 51 |
| Binary | 10101010 | 100110 | 10000110 | 0 | 1001110 | 10101 | 100001 | 100111100 | 111111 | 101001 |
Color Harmonies of #AA2686
Complementary color
Monochromatic Colors of #AA2686
Black with #AA2686
Text Example
Text Example
White with #AA2686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2686; }
p { color: rgb(170,38,134); }
H1.HeaderClassName
{
color: #AA2686;
}
.AnyTagClassName
{
color: #AA2686;
}
</style>
background-color css
<style>
a { background-color: #AA2686; }
a { background-color: rgb(170,38,134); }
div.DivClassName
{
background-color: #AA2686;
}
.BgClassName
{
background-color: #AA2686;
}
</style>
border-color css
<style>
span { border-color: #AA2686; }
span { border-color: rgb(170,38,134); }
td.TdClassName
{
border-color: #AA2686;
}
.TagClassName
{
border-color: #AA2686;
}
</style>