Shades of Medium Red Violet #AA2897
Tints of Medium Red Violet #AA2897
RGB
CMYK
RGB Variations
Color information
#AA2897 (or 0xAA2897) is known color: Medium Red Violet. HEX triplet: AA, 28 and 97. RGB value is (170,40,151). Sum of RGB (Red+Green+Blue) = 170+40+151=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 40 (16.02% from 255 or 11.08% from 361); Blue value is 151 (59.38% from 255 or 41.83% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2897 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2897 is #55D768. Grayscale: #5B5B5B. Windows color (decimal): -5625705 or 9906346. OLE color: 9906346.
HSL color Cylindrical-coordinate representation of color #AA2897: hue angle of 308.77º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA2897 is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 40 | 151 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.33 |
| HSL | 308.77º | 0.62% | 0.41% | - |
| HSV(B) | 308.77º | 0.76% | 0.67% | - |
| XYZ | 22.92 | 12.3 | 30.44 | - |
| YUV | 91.52 | 161.57 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 40 | 151 | 0 | 0.76 | 0.11 | 0.33 | 308.77 | 0.62 | 0.41 |
| Hex | AA | 28 | 97 | 0 | 4C | B | 21 | 135 | 3E | 29 |
| Octal | 252 | 50 | 227 | 0 | 114 | 13 | 41 | 465 | 76 | 51 |
| Binary | 10101010 | 101000 | 10010111 | 0 | 1001100 | 1011 | 100001 | 100110101 | 111110 | 101001 |
Color Harmonies of #AA2897
Complementary color
Monochromatic Colors of #AA2897
Black with #AA2897
Text Example
Text Example
White with #AA2897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2897; }
p { color: rgb(170,40,151); }
H1.HeaderClassName
{
color: #AA2897;
}
.AnyTagClassName
{
color: #AA2897;
}
</style>
background-color css
<style>
a { background-color: #AA2897; }
a { background-color: rgb(170,40,151); }
div.DivClassName
{
background-color: #AA2897;
}
.BgClassName
{
background-color: #AA2897;
}
</style>
border-color css
<style>
span { border-color: #AA2897; }
span { border-color: rgb(170,40,151); }
td.TdClassName
{
border-color: #AA2897;
}
.TagClassName
{
border-color: #AA2897;
}
</style>