Shades of Medium Red Violet #AA388B
Tints of Medium Red Violet #AA388B
RGB
CMYK
RGB Variations
Color information
#AA388B (or 0xAA388B) is known color: Medium Red Violet. HEX triplet: AA, 38 and 8B. RGB value is (170,56,139). Sum of RGB (Red+Green+Blue) = 170+56+139=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 56 (22.27% from 255 or 15.34% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA388B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA388B is #55C774. Grayscale: #636363. Windows color (decimal): -5621621 or 9124010. OLE color: 9124010.
HSL color Cylindrical-coordinate representation of color #AA388B: hue angle of 316.32º 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 #AA388B is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 56 | 139 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.33 |
| HSL | 316.32º | 0.5% | 0.44% | - |
| HSV(B) | 316.32º | 0.67% | 0.67% | - |
| XYZ | 22.65 | 13.24 | 25.79 | - |
| YUV | 99.55 | 150.27 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 56 | 139 | 0 | 0.67 | 0.18 | 0.33 | 316.32 | 0.5 | 0.44 |
| Hex | AA | 38 | 8B | 0 | 43 | 12 | 21 | 13C | 32 | 2C |
| Octal | 252 | 70 | 213 | 0 | 103 | 22 | 41 | 474 | 62 | 54 |
| Binary | 10101010 | 111000 | 10001011 | 0 | 1000011 | 10010 | 100001 | 100111100 | 110010 | 101100 |
Color Harmonies of #AA388B
Complementary color
Monochromatic Colors of #AA388B
Black with #AA388B
Text Example
Text Example
White with #AA388B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA388B; }
p { color: rgb(170,56,139); }
H1.HeaderClassName
{
color: #AA388B;
}
.AnyTagClassName
{
color: #AA388B;
}
</style>
background-color css
<style>
a { background-color: #AA388B; }
a { background-color: rgb(170,56,139); }
div.DivClassName
{
background-color: #AA388B;
}
.BgClassName
{
background-color: #AA388B;
}
</style>
border-color css
<style>
span { border-color: #AA388B; }
span { border-color: rgb(170,56,139); }
td.TdClassName
{
border-color: #AA388B;
}
.TagClassName
{
border-color: #AA388B;
}
</style>