Shades of Medium Red Violet #AA2593
Tints of Medium Red Violet #AA2593
RGB
CMYK
RGB Variations
Color information
#AA2593 (or 0xAA2593) is known color: Medium Red Violet. HEX triplet: AA, 25 and 93. RGB value is (170,37,147). Sum of RGB (Red+Green+Blue) = 170+37+147=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 37 (14.84% from 255 or 10.45% from 354); Blue value is 147 (57.81% from 255 or 41.53% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2593 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2593 is #55DA6C. Grayscale: #595959. Windows color (decimal): -5626477 or 9643434. OLE color: 9643434.
HSL color Cylindrical-coordinate representation of color #AA2593: hue angle of 310.38º degrees, saturation: 0.64, 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 #AA2593 is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 37 | 147 | - |
| CMYK | 0 | 0.78 | 0.14 | 0.33 |
| HSL | 310.38º | 0.64% | 0.41% | - |
| HSV(B) | 310.38º | 0.78% | 0.67% | - |
| XYZ | 22.51 | 11.98 | 28.73 | - |
| YUV | 89.31 | 160.56 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 37 | 147 | 0 | 0.78 | 0.14 | 0.33 | 310.38 | 0.64 | 0.41 |
| Hex | AA | 25 | 93 | 0 | 4E | E | 21 | 136 | 40 | 29 |
| Octal | 252 | 45 | 223 | 0 | 116 | 16 | 41 | 466 | 100 | 51 |
| Binary | 10101010 | 100101 | 10010011 | 0 | 1001110 | 1110 | 100001 | 100110110 | 1000000 | 101001 |
Color Harmonies of #AA2593
Complementary color
Monochromatic Colors of #AA2593
Black with #AA2593
Text Example
Text Example
White with #AA2593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2593; }
p { color: rgb(170,37,147); }
H1.HeaderClassName
{
color: #AA2593;
}
.AnyTagClassName
{
color: #AA2593;
}
</style>
background-color css
<style>
a { background-color: #AA2593; }
a { background-color: rgb(170,37,147); }
div.DivClassName
{
background-color: #AA2593;
}
.BgClassName
{
background-color: #AA2593;
}
</style>
border-color css
<style>
span { border-color: #AA2593; }
span { border-color: rgb(170,37,147); }
td.TdClassName
{
border-color: #AA2593;
}
.TagClassName
{
border-color: #AA2593;
}
</style>