Shades of Medium Red Violet #AA2689
Tints of Medium Red Violet #AA2689
RGB
CMYK
RGB Variations
Color information
#AA2689 (or 0xAA2689) is known color: Medium Red Violet. HEX triplet: AA, 26 and 89. RGB value is (170,38,137). Sum of RGB (Red+Green+Blue) = 170+38+137=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 38 (15.23% from 255 or 11.01% from 345); Blue value is 137 (53.91% from 255 or 39.71% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2689 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2689 is #55D976. Grayscale: #585858. Windows color (decimal): -5626231 or 8988330. OLE color: 8988330.
HSL color Cylindrical-coordinate representation of color #AA2689: hue angle of 315º 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 #AA2689 is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 38 | 137 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.33 |
| HSL | 315º | 0.63% | 0.41% | - |
| HSV(B) | 315º | 0.78% | 0.67% | - |
| XYZ | 21.79 | 11.74 | 24.78 | - |
| YUV | 88.75 | 155.23 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 38 | 137 | 0 | 0.78 | 0.19 | 0.33 | 315 | 0.63 | 0.41 |
| Hex | AA | 26 | 89 | 0 | 4E | 13 | 21 | 13B | 3F | 29 |
| Octal | 252 | 46 | 211 | 0 | 116 | 23 | 41 | 473 | 77 | 51 |
| Binary | 10101010 | 100110 | 10001001 | 0 | 1001110 | 10011 | 100001 | 100111011 | 111111 | 101001 |
Color Harmonies of #AA2689
Complementary color
Monochromatic Colors of #AA2689
Black with #AA2689
Text Example
Text Example
White with #AA2689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2689; }
p { color: rgb(170,38,137); }
H1.HeaderClassName
{
color: #AA2689;
}
.AnyTagClassName
{
color: #AA2689;
}
</style>
background-color css
<style>
a { background-color: #AA2689; }
a { background-color: rgb(170,38,137); }
div.DivClassName
{
background-color: #AA2689;
}
.BgClassName
{
background-color: #AA2689;
}
</style>
border-color css
<style>
span { border-color: #AA2689; }
span { border-color: rgb(170,38,137); }
td.TdClassName
{
border-color: #AA2689;
}
.TagClassName
{
border-color: #AA2689;
}
</style>