Shades of Medium Red Violet #AA2893
Tints of Medium Red Violet #AA2893
RGB
CMYK
RGB Variations
Color information
#AA2893 (or 0xAA2893) is known color: Medium Red Violet. HEX triplet: AA, 28 and 93. RGB value is (170,40,147). Sum of RGB (Red+Green+Blue) = 170+40+147=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 40 (16.02% from 255 or 11.20% from 357); Blue value is 147 (57.81% from 255 or 41.18% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2893 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2893 is #55D76C. Grayscale: #5A5A5A. Windows color (decimal): -5625709 or 9644202. OLE color: 9644202.
HSL color Cylindrical-coordinate representation of color #AA2893: hue angle of 310.62º 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 #AA2893 is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 40 | 147 | - |
| CMYK | 0 | 0.76 | 0.14 | 0.33 |
| HSL | 310.62º | 0.62% | 0.41% | - |
| HSV(B) | 310.62º | 0.76% | 0.67% | - |
| XYZ | 22.6 | 12.17 | 28.76 | - |
| YUV | 91.07 | 159.57 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 40 | 147 | 0 | 0.76 | 0.14 | 0.33 | 310.62 | 0.62 | 0.41 |
| Hex | AA | 28 | 93 | 0 | 4C | E | 21 | 137 | 3E | 29 |
| Octal | 252 | 50 | 223 | 0 | 114 | 16 | 41 | 467 | 76 | 51 |
| Binary | 10101010 | 101000 | 10010011 | 0 | 1001100 | 1110 | 100001 | 100110111 | 111110 | 101001 |
Color Harmonies of #AA2893
Complementary color
Monochromatic Colors of #AA2893
Black with #AA2893
Text Example
Text Example
White with #AA2893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2893; }
p { color: rgb(170,40,147); }
H1.HeaderClassName
{
color: #AA2893;
}
.AnyTagClassName
{
color: #AA2893;
}
</style>
background-color css
<style>
a { background-color: #AA2893; }
a { background-color: rgb(170,40,147); }
div.DivClassName
{
background-color: #AA2893;
}
.BgClassName
{
background-color: #AA2893;
}
</style>
border-color css
<style>
span { border-color: #AA2893; }
span { border-color: rgb(170,40,147); }
td.TdClassName
{
border-color: #AA2893;
}
.TagClassName
{
border-color: #AA2893;
}
</style>