Shades of Medium Red Violet #AA389C
Tints of Medium Red Violet #AA389C
RGB
CMYK
RGB Variations
Color information
#AA389C (or 0xAA389C) is known color: Medium Red Violet. HEX triplet: AA, 38 and 9C. RGB value is (170,56,156). Sum of RGB (Red+Green+Blue) = 170+56+156=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 56 (22.27% from 255 or 14.66% from 382); Blue value is 156 (61.33% from 255 or 40.84% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA389C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA389C is #55C763. Grayscale: #656565. Windows color (decimal): -5621604 or 10238122. OLE color: 10238122.
HSL color Cylindrical-coordinate representation of color #AA389C: hue angle of 307.37º 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 #AA389C is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 56 | 156 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.33 |
| HSL | 307.37º | 0.5% | 0.44% | - |
| HSV(B) | 307.37º | 0.67% | 0.67% | - |
| XYZ | 23.99 | 13.77 | 32.85 | - |
| YUV | 101.49 | 158.77 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 56 | 156 | 0 | 0.67 | 0.08 | 0.33 | 307.37 | 0.5 | 0.44 |
| Hex | AA | 38 | 9C | 0 | 43 | 8 | 21 | 133 | 32 | 2C |
| Octal | 252 | 70 | 234 | 0 | 103 | 10 | 41 | 463 | 62 | 54 |
| Binary | 10101010 | 111000 | 10011100 | 0 | 1000011 | 1000 | 100001 | 100110011 | 110010 | 101100 |
Color Harmonies of #AA389C
Complementary color
Monochromatic Colors of #AA389C
Black with #AA389C
Text Example
Text Example
White with #AA389C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA389C; }
p { color: rgb(170,56,156); }
H1.HeaderClassName
{
color: #AA389C;
}
.AnyTagClassName
{
color: #AA389C;
}
</style>
background-color css
<style>
a { background-color: #AA389C; }
a { background-color: rgb(170,56,156); }
div.DivClassName
{
background-color: #AA389C;
}
.BgClassName
{
background-color: #AA389C;
}
</style>
border-color css
<style>
span { border-color: #AA389C; }
span { border-color: rgb(170,56,156); }
td.TdClassName
{
border-color: #AA389C;
}
.TagClassName
{
border-color: #AA389C;
}
</style>