Shades of Medium Red Violet #AA389F
Tints of Medium Red Violet #AA389F
RGB
CMYK
RGB Variations
Color information
#AA389F (or 0xAA389F) is known color: Medium Red Violet. HEX triplet: AA, 38 and 9F. RGB value is (170,56,159). Sum of RGB (Red+Green+Blue) = 170+56+159=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 56 (22.27% from 255 or 14.55% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA389F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA389F is #55C760. Grayscale: #656565. Windows color (decimal): -5621601 or 10434730. OLE color: 10434730.
HSL color Cylindrical-coordinate representation of color #AA389F: hue angle of 305.79º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA389F is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 56 | 159 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.33 |
| HSL | 305.79º | 0.5% | 0.44% | - |
| HSV(B) | 305.79º | 0.67% | 0.67% | - |
| XYZ | 24.25 | 13.88 | 34.2 | - |
| YUV | 101.83 | 160.27 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 56 | 159 | 0 | 0.67 | 0.06 | 0.33 | 305.79 | 0.5 | 0.44 |
| Hex | AA | 38 | 9F | 0 | 43 | 6 | 21 | 132 | 32 | 2C |
| Octal | 252 | 70 | 237 | 0 | 103 | 6 | 41 | 462 | 62 | 54 |
| Binary | 10101010 | 111000 | 10011111 | 0 | 1000011 | 110 | 100001 | 100110010 | 110010 | 101100 |
Color Harmonies of #AA389F
Complementary color
Monochromatic Colors of #AA389F
Black with #AA389F
Text Example
Text Example
White with #AA389F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA389F; }
p { color: rgb(170,56,159); }
H1.HeaderClassName
{
color: #AA389F;
}
.AnyTagClassName
{
color: #AA389F;
}
</style>
background-color css
<style>
a { background-color: #AA389F; }
a { background-color: rgb(170,56,159); }
div.DivClassName
{
background-color: #AA389F;
}
.BgClassName
{
background-color: #AA389F;
}
</style>
border-color css
<style>
span { border-color: #AA389F; }
span { border-color: rgb(170,56,159); }
td.TdClassName
{
border-color: #AA389F;
}
.TagClassName
{
border-color: #AA389F;
}
</style>