Shades of Medium Red Violet #AA389D
Tints of Medium Red Violet #AA389D
RGB
CMYK
RGB Variations
Color information
#AA389D (or 0xAA389D) is known color: Medium Red Violet. HEX triplet: AA, 38 and 9D. RGB value is (170,56,157). Sum of RGB (Red+Green+Blue) = 170+56+157=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 56 (22.27% from 255 or 14.62% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA389D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA389D is #55C762. Grayscale: #656565. Windows color (decimal): -5621603 or 10303658. OLE color: 10303658.
HSL color Cylindrical-coordinate representation of color #AA389D: hue angle of 306.84º 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 #AA389D is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 56 | 157 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.33 |
| HSL | 306.84º | 0.5% | 0.44% | - |
| HSV(B) | 306.84º | 0.67% | 0.67% | - |
| XYZ | 24.08 | 13.81 | 33.29 | - |
| YUV | 101.6 | 159.27 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 56 | 157 | 0 | 0.67 | 0.08 | 0.33 | 306.84 | 0.5 | 0.44 |
| Hex | AA | 38 | 9D | 0 | 43 | 8 | 21 | 133 | 32 | 2C |
| Octal | 252 | 70 | 235 | 0 | 103 | 10 | 41 | 463 | 62 | 54 |
| Binary | 10101010 | 111000 | 10011101 | 0 | 1000011 | 1000 | 100001 | 100110011 | 110010 | 101100 |
Color Harmonies of #AA389D
Complementary color
Monochromatic Colors of #AA389D
Black with #AA389D
Text Example
Text Example
White with #AA389D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA389D; }
p { color: rgb(170,56,157); }
H1.HeaderClassName
{
color: #AA389D;
}
.AnyTagClassName
{
color: #AA389D;
}
</style>
background-color css
<style>
a { background-color: #AA389D; }
a { background-color: rgb(170,56,157); }
div.DivClassName
{
background-color: #AA389D;
}
.BgClassName
{
background-color: #AA389D;
}
</style>
border-color css
<style>
span { border-color: #AA389D; }
span { border-color: rgb(170,56,157); }
td.TdClassName
{
border-color: #AA389D;
}
.TagClassName
{
border-color: #AA389D;
}
</style>