Shades of Medium Red Violet #AA387B
Tints of Medium Red Violet #AA387B
RGB
CMYK
RGB Variations
Color information
#AA387B (or 0xAA387B) is known color: Medium Red Violet. HEX triplet: AA, 38 and 7B. RGB value is (170,56,123). Sum of RGB (Red+Green+Blue) = 170+56+123=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 56 (22.27% from 255 or 16.05% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AA387B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA387B is #55C784. Grayscale: #616161. Windows color (decimal): -5621637 or 8075434. OLE color: 8075434.
HSL color Cylindrical-coordinate representation of color #AA387B: hue angle of 324.74º 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 #AA387B is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 56 | 123 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.33 |
| HSL | 324.74º | 0.5% | 0.44% | - |
| HSV(B) | 324.74º | 0.67% | 0.67% | - |
| XYZ | 21.57 | 12.8 | 20.07 | - |
| YUV | 97.72 | 142.27 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 56 | 123 | 0 | 0.67 | 0.28 | 0.33 | 324.74 | 0.5 | 0.44 |
| Hex | AA | 38 | 7B | 0 | 43 | 1C | 21 | 145 | 32 | 2C |
| Octal | 252 | 70 | 173 | 0 | 103 | 34 | 41 | 505 | 62 | 54 |
| Binary | 10101010 | 111000 | 1111011 | 0 | 1000011 | 11100 | 100001 | 101000101 | 110010 | 101100 |
Color Harmonies of #AA387B
Complementary color
Monochromatic Colors of #AA387B
Black with #AA387B
Text Example
Text Example
White with #AA387B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA387B; }
p { color: rgb(170,56,123); }
H1.HeaderClassName
{
color: #AA387B;
}
.AnyTagClassName
{
color: #AA387B;
}
</style>
background-color css
<style>
a { background-color: #AA387B; }
a { background-color: rgb(170,56,123); }
div.DivClassName
{
background-color: #AA387B;
}
.BgClassName
{
background-color: #AA387B;
}
</style>
border-color css
<style>
span { border-color: #AA387B; }
span { border-color: rgb(170,56,123); }
td.TdClassName
{
border-color: #AA387B;
}
.TagClassName
{
border-color: #AA387B;
}
</style>