Shades of Medium Red Violet #AA2697
Tints of Medium Red Violet #AA2697
RGB
CMYK
RGB Variations
Color information
#AA2697 (or 0xAA2697) is known color: Medium Red Violet. HEX triplet: AA, 26 and 97. RGB value is (170,38,151). Sum of RGB (Red+Green+Blue) = 170+38+151=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 38 (15.23% from 255 or 10.58% from 359); Blue value is 151 (59.38% from 255 or 42.06% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2697 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2697 is #55D968. Grayscale: #5A5A5A. Windows color (decimal): -5626217 or 9905834. OLE color: 9905834.
HSL color Cylindrical-coordinate representation of color #AA2697: hue angle of 308.64º 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 #AA2697 is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 38 | 151 | - |
| CMYK | 0 | 0.78 | 0.11 | 0.33 |
| HSL | 308.64º | 0.63% | 0.41% | - |
| HSV(B) | 308.64º | 0.78% | 0.67% | - |
| XYZ | 22.86 | 12.17 | 30.42 | - |
| YUV | 90.35 | 162.23 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 38 | 151 | 0 | 0.78 | 0.11 | 0.33 | 308.64 | 0.63 | 0.41 |
| Hex | AA | 26 | 97 | 0 | 4E | B | 21 | 135 | 3F | 29 |
| Octal | 252 | 46 | 227 | 0 | 116 | 13 | 41 | 465 | 77 | 51 |
| Binary | 10101010 | 100110 | 10010111 | 0 | 1001110 | 1011 | 100001 | 100110101 | 111111 | 101001 |
Color Harmonies of #AA2697
Complementary color
Monochromatic Colors of #AA2697
Black with #AA2697
Text Example
Text Example
White with #AA2697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2697; }
p { color: rgb(170,38,151); }
H1.HeaderClassName
{
color: #AA2697;
}
.AnyTagClassName
{
color: #AA2697;
}
</style>
background-color css
<style>
a { background-color: #AA2697; }
a { background-color: rgb(170,38,151); }
div.DivClassName
{
background-color: #AA2697;
}
.BgClassName
{
background-color: #AA2697;
}
</style>
border-color css
<style>
span { border-color: #AA2697; }
span { border-color: rgb(170,38,151); }
td.TdClassName
{
border-color: #AA2697;
}
.TagClassName
{
border-color: #AA2697;
}
</style>