Shades of Medium Red Violet #AA3A94
Tints of Medium Red Violet #AA3A94
RGB
CMYK
RGB Variations
Color information
#AA3A94 (or 0xAA3A94) is known color: Medium Red Violet. HEX triplet: AA, 3A and 94. RGB value is (170,58,148). Sum of RGB (Red+Green+Blue) = 170+58+148=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 58 (23.05% from 255 or 15.43% from 376); Blue value is 148 (58.20% from 255 or 39.36% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3A94 is #55C56B. Grayscale: #656565. Windows color (decimal): -5621100 or 9714346. OLE color: 9714346.
HSL color Cylindrical-coordinate representation of color #AA3A94: hue angle of 311.79º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA3A94 is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 58 | 148 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.33 |
| HSL | 311.79º | 0.49% | 0.45% | - |
| HSV(B) | 311.79º | 0.66% | 0.67% | - |
| XYZ | 23.44 | 13.71 | 29.43 | - |
| YUV | 101.75 | 154.11 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 58 | 148 | 0 | 0.66 | 0.13 | 0.33 | 311.79 | 0.49 | 0.45 |
| Hex | AA | 3A | 94 | 0 | 42 | D | 21 | 138 | 31 | 2D |
| Octal | 252 | 72 | 224 | 0 | 102 | 15 | 41 | 470 | 61 | 55 |
| Binary | 10101010 | 111010 | 10010100 | 0 | 1000010 | 1101 | 100001 | 100111000 | 110001 | 101101 |
Color Harmonies of #AA3A94
Complementary color
Monochromatic Colors of #AA3A94
Black with #AA3A94
Text Example
Text Example
White with #AA3A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3A94; }
p { color: rgb(170,58,148); }
H1.HeaderClassName
{
color: #AA3A94;
}
.AnyTagClassName
{
color: #AA3A94;
}
</style>
background-color css
<style>
a { background-color: #AA3A94; }
a { background-color: rgb(170,58,148); }
div.DivClassName
{
background-color: #AA3A94;
}
.BgClassName
{
background-color: #AA3A94;
}
</style>
border-color css
<style>
span { border-color: #AA3A94; }
span { border-color: rgb(170,58,148); }
td.TdClassName
{
border-color: #AA3A94;
}
.TagClassName
{
border-color: #AA3A94;
}
</style>