Shades of Medium Red Violet #AA2397
Tints of Medium Red Violet #AA2397
RGB
CMYK
RGB Variations
Color information
#AA2397 (or 0xAA2397) is known color: Medium Red Violet. HEX triplet: AA, 23 and 97. RGB value is (170,35,151). Sum of RGB (Red+Green+Blue) = 170+35+151=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 35 (14.06% from 255 or 9.83% from 356); Blue value is 151 (59.38% from 255 or 42.42% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2397 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2397 is #55DC68. Grayscale: #585858. Windows color (decimal): -5626985 or 9905066. OLE color: 9905066.
HSL color Cylindrical-coordinate representation of color #AA2397: hue angle of 308.44º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA2397 is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 35 | 151 | - |
| CMYK | 0 | 0.79 | 0.11 | 0.33 |
| HSL | 308.44º | 0.66% | 0.4% | - |
| HSV(B) | 308.44º | 0.79% | 0.67% | - |
| XYZ | 22.76 | 11.98 | 30.39 | - |
| YUV | 88.59 | 163.23 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 35 | 151 | 0 | 0.79 | 0.11 | 0.33 | 308.44 | 0.66 | 0.4 |
| Hex | AA | 23 | 97 | 0 | 4F | B | 21 | 134 | 42 | 28 |
| Octal | 252 | 43 | 227 | 0 | 117 | 13 | 41 | 464 | 102 | 50 |
| Binary | 10101010 | 100011 | 10010111 | 0 | 1001111 | 1011 | 100001 | 100110100 | 1000010 | 101000 |
Color Harmonies of #AA2397
Complementary color
Monochromatic Colors of #AA2397
Black with #AA2397
Text Example
Text Example
White with #AA2397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2397; }
p { color: rgb(170,35,151); }
H1.HeaderClassName
{
color: #AA2397;
}
.AnyTagClassName
{
color: #AA2397;
}
</style>
background-color css
<style>
a { background-color: #AA2397; }
a { background-color: rgb(170,35,151); }
div.DivClassName
{
background-color: #AA2397;
}
.BgClassName
{
background-color: #AA2397;
}
</style>
border-color css
<style>
span { border-color: #AA2397; }
span { border-color: rgb(170,35,151); }
td.TdClassName
{
border-color: #AA2397;
}
.TagClassName
{
border-color: #AA2397;
}
</style>