Shades of Medium Red Violet #AA389B
Tints of Medium Red Violet #AA389B
RGB
CMYK
RGB Variations
Color information
#AA389B (or 0xAA389B) is known color: Medium Red Violet. HEX triplet: AA, 38 and 9B. RGB value is (170,56,155). Sum of RGB (Red+Green+Blue) = 170+56+155=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 56 (22.27% from 255 or 14.70% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA389B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA389B is #55C764. Grayscale: #656565. Windows color (decimal): -5621605 or 10172586. OLE color: 10172586.
HSL color Cylindrical-coordinate representation of color #AA389B: hue angle of 307.89º 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 #AA389B is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 56 | 155 | - |
| CMYK | 0 | 0.67 | 0.09 | 0.33 |
| HSL | 307.89º | 0.5% | 0.44% | - |
| HSV(B) | 307.89º | 0.67% | 0.67% | - |
| XYZ | 23.91 | 13.74 | 32.4 | - |
| YUV | 101.37 | 158.27 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 56 | 155 | 0 | 0.67 | 0.09 | 0.33 | 307.89 | 0.5 | 0.44 |
| Hex | AA | 38 | 9B | 0 | 43 | 9 | 21 | 134 | 32 | 2C |
| Octal | 252 | 70 | 233 | 0 | 103 | 11 | 41 | 464 | 62 | 54 |
| Binary | 10101010 | 111000 | 10011011 | 0 | 1000011 | 1001 | 100001 | 100110100 | 110010 | 101100 |
Color Harmonies of #AA389B
Complementary color
Monochromatic Colors of #AA389B
Black with #AA389B
Text Example
Text Example
White with #AA389B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA389B; }
p { color: rgb(170,56,155); }
H1.HeaderClassName
{
color: #AA389B;
}
.AnyTagClassName
{
color: #AA389B;
}
</style>
background-color css
<style>
a { background-color: #AA389B; }
a { background-color: rgb(170,56,155); }
div.DivClassName
{
background-color: #AA389B;
}
.BgClassName
{
background-color: #AA389B;
}
</style>
border-color css
<style>
span { border-color: #AA389B; }
span { border-color: rgb(170,56,155); }
td.TdClassName
{
border-color: #AA389B;
}
.TagClassName
{
border-color: #AA389B;
}
</style>