Shades of Medium Red Violet #AA387D
Tints of Medium Red Violet #AA387D
RGB
CMYK
RGB Variations
Color information
#AA387D (or 0xAA387D) is known color: Medium Red Violet. HEX triplet: AA, 38 and 7D. RGB value is (170,56,125). Sum of RGB (Red+Green+Blue) = 170+56+125=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 56 (22.27% from 255 or 15.95% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA387D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA387D is #55C782. Grayscale: #616161. Windows color (decimal): -5621635 or 8206506. OLE color: 8206506.
HSL color Cylindrical-coordinate representation of color #AA387D: hue angle of 323.68º 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 #AA387D is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 56 | 125 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.33 |
| HSL | 323.68º | 0.5% | 0.44% | - |
| HSV(B) | 323.68º | 0.67% | 0.67% | - |
| XYZ | 21.69 | 12.86 | 20.74 | - |
| YUV | 97.95 | 143.27 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 56 | 125 | 0 | 0.67 | 0.26 | 0.33 | 323.68 | 0.5 | 0.44 |
| Hex | AA | 38 | 7D | 0 | 43 | 1A | 21 | 144 | 32 | 2C |
| Octal | 252 | 70 | 175 | 0 | 103 | 32 | 41 | 504 | 62 | 54 |
| Binary | 10101010 | 111000 | 1111101 | 0 | 1000011 | 11010 | 100001 | 101000100 | 110010 | 101100 |
Color Harmonies of #AA387D
Complementary color
Monochromatic Colors of #AA387D
Black with #AA387D
Text Example
Text Example
White with #AA387D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA387D; }
p { color: rgb(170,56,125); }
H1.HeaderClassName
{
color: #AA387D;
}
.AnyTagClassName
{
color: #AA387D;
}
</style>
background-color css
<style>
a { background-color: #AA387D; }
a { background-color: rgb(170,56,125); }
div.DivClassName
{
background-color: #AA387D;
}
.BgClassName
{
background-color: #AA387D;
}
</style>
border-color css
<style>
span { border-color: #AA387D; }
span { border-color: rgb(170,56,125); }
td.TdClassName
{
border-color: #AA387D;
}
.TagClassName
{
border-color: #AA387D;
}
</style>