Shades of Medium Red Violet #AA3F9A
Tints of Medium Red Violet #AA3F9A
RGB
CMYK
RGB Variations
Color information
#AA3F9A (or 0xAA3F9A) is known color: Medium Red Violet. HEX triplet: AA, 3F and 9A. RGB value is (170,63,154). Sum of RGB (Red+Green+Blue) = 170+63+154=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 63 (25% from 255 or 16.28% from 387); Blue value is 154 (60.55% from 255 or 39.79% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3F9A is #55C065. Grayscale: #696969. Windows color (decimal): -5619814 or 10108842. OLE color: 10108842.
HSL color Cylindrical-coordinate representation of color #AA3F9A: hue angle of 308.97º 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 #AA3F9A is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 63 | 154 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.33 |
| HSL | 308.97º | 0.46% | 0.46% | - |
| HSV(B) | 308.97º | 0.63% | 0.67% | - |
| XYZ | 24.19 | 14.43 | 32.08 | - |
| YUV | 105.37 | 155.45 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 63 | 154 | 0 | 0.63 | 0.09 | 0.33 | 308.97 | 0.46 | 0.46 |
| Hex | AA | 3F | 9A | 0 | 3F | 9 | 21 | 135 | 2E | 2E |
| Octal | 252 | 77 | 232 | 0 | 77 | 11 | 41 | 465 | 56 | 56 |
| Binary | 10101010 | 111111 | 10011010 | 0 | 111111 | 1001 | 100001 | 100110101 | 101110 | 101110 |
Color Harmonies of #AA3F9A
Complementary color
Monochromatic Colors of #AA3F9A
Black with #AA3F9A
Text Example
Text Example
White with #AA3F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3F9A; }
p { color: rgb(170,63,154); }
H1.HeaderClassName
{
color: #AA3F9A;
}
.AnyTagClassName
{
color: #AA3F9A;
}
</style>
background-color css
<style>
a { background-color: #AA3F9A; }
a { background-color: rgb(170,63,154); }
div.DivClassName
{
background-color: #AA3F9A;
}
.BgClassName
{
background-color: #AA3F9A;
}
</style>
border-color css
<style>
span { border-color: #AA3F9A; }
span { border-color: rgb(170,63,154); }
td.TdClassName
{
border-color: #AA3F9A;
}
.TagClassName
{
border-color: #AA3F9A;
}
</style>