Shades of Medium Red Violet #AA3F92
Tints of Medium Red Violet #AA3F92
RGB
CMYK
RGB Variations
Color information
#AA3F92 (or 0xAA3F92) is known color: Medium Red Violet. HEX triplet: AA, 3F and 92. RGB value is (170,63,146). Sum of RGB (Red+Green+Blue) = 170+63+146=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 63 (25% from 255 or 16.62% from 379); Blue value is 146 (57.42% from 255 or 38.52% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3F92 is #55C06D. Grayscale: #686868. Windows color (decimal): -5619822 or 9584554. OLE color: 9584554.
HSL color Cylindrical-coordinate representation of color #AA3F92: hue angle of 313.46º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA3F92 is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 63 | 146 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.33 |
| HSL | 313.46º | 0.46% | 0.46% | - |
| HSV(B) | 313.46º | 0.63% | 0.67% | - |
| XYZ | 23.54 | 14.18 | 28.69 | - |
| YUV | 104.46 | 151.45 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 63 | 146 | 0 | 0.63 | 0.14 | 0.33 | 313.46 | 0.46 | 0.46 |
| Hex | AA | 3F | 92 | 0 | 3F | E | 21 | 139 | 2E | 2E |
| Octal | 252 | 77 | 222 | 0 | 77 | 16 | 41 | 471 | 56 | 56 |
| Binary | 10101010 | 111111 | 10010010 | 0 | 111111 | 1110 | 100001 | 100111001 | 101110 | 101110 |
Color Harmonies of #AA3F92
Complementary color
Monochromatic Colors of #AA3F92
Black with #AA3F92
Text Example
Text Example
White with #AA3F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3F92; }
p { color: rgb(170,63,146); }
H1.HeaderClassName
{
color: #AA3F92;
}
.AnyTagClassName
{
color: #AA3F92;
}
</style>
background-color css
<style>
a { background-color: #AA3F92; }
a { background-color: rgb(170,63,146); }
div.DivClassName
{
background-color: #AA3F92;
}
.BgClassName
{
background-color: #AA3F92;
}
</style>
border-color css
<style>
span { border-color: #AA3F92; }
span { border-color: rgb(170,63,146); }
td.TdClassName
{
border-color: #AA3F92;
}
.TagClassName
{
border-color: #AA3F92;
}
</style>