Shades of Medium Red Violet #AA2394
Tints of Medium Red Violet #AA2394
RGB
CMYK
RGB Variations
Color information
#AA2394 (or 0xAA2394) is known color: Medium Red Violet. HEX triplet: AA, 23 and 94. RGB value is (170,35,148). Sum of RGB (Red+Green+Blue) = 170+35+148=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 35 (14.06% from 255 or 9.92% from 353); Blue value is 148 (58.20% from 255 or 41.93% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2394 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2394 is #55DC6B. Grayscale: #575757. Windows color (decimal): -5626988 or 9708458. OLE color: 9708458.
HSL color Cylindrical-coordinate representation of color #AA2394: hue angle of 309.78º 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 #AA2394 is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 35 | 148 | - |
| CMYK | 0 | 0.79 | 0.13 | 0.33 |
| HSL | 309.78º | 0.66% | 0.4% | - |
| HSV(B) | 309.78º | 0.79% | 0.67% | - |
| XYZ | 22.52 | 11.89 | 29.12 | - |
| YUV | 88.25 | 161.73 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 35 | 148 | 0 | 0.79 | 0.13 | 0.33 | 309.78 | 0.66 | 0.4 |
| Hex | AA | 23 | 94 | 0 | 4F | D | 21 | 136 | 42 | 28 |
| Octal | 252 | 43 | 224 | 0 | 117 | 15 | 41 | 466 | 102 | 50 |
| Binary | 10101010 | 100011 | 10010100 | 0 | 1001111 | 1101 | 100001 | 100110110 | 1000010 | 101000 |
Color Harmonies of #AA2394
Complementary color
Monochromatic Colors of #AA2394
Black with #AA2394
Text Example
Text Example
White with #AA2394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2394; }
p { color: rgb(170,35,148); }
H1.HeaderClassName
{
color: #AA2394;
}
.AnyTagClassName
{
color: #AA2394;
}
</style>
background-color css
<style>
a { background-color: #AA2394; }
a { background-color: rgb(170,35,148); }
div.DivClassName
{
background-color: #AA2394;
}
.BgClassName
{
background-color: #AA2394;
}
</style>
border-color css
<style>
span { border-color: #AA2394; }
span { border-color: rgb(170,35,148); }
td.TdClassName
{
border-color: #AA2394;
}
.TagClassName
{
border-color: #AA2394;
}
</style>