Shades of Medium Red Violet #AA387F
Tints of Medium Red Violet #AA387F
RGB
CMYK
RGB Variations
Color information
#AA387F (or 0xAA387F) is known color: Medium Red Violet. HEX triplet: AA, 38 and 7F. RGB value is (170,56,127). Sum of RGB (Red+Green+Blue) = 170+56+127=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 56 (22.27% from 255 or 15.86% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA387F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA387F is #55C780. Grayscale: #626262. Windows color (decimal): -5621633 or 8337578. OLE color: 8337578.
HSL color Cylindrical-coordinate representation of color #AA387F: hue angle of 322.63º 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 #AA387F is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 56 | 127 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.33 |
| HSL | 322.63º | 0.5% | 0.44% | - |
| HSV(B) | 322.63º | 0.67% | 0.67% | - |
| XYZ | 21.82 | 12.91 | 21.42 | - |
| YUV | 98.18 | 144.27 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 56 | 127 | 0 | 0.67 | 0.25 | 0.33 | 322.63 | 0.5 | 0.44 |
| Hex | AA | 38 | 7F | 0 | 43 | 19 | 21 | 143 | 32 | 2C |
| Octal | 252 | 70 | 177 | 0 | 103 | 31 | 41 | 503 | 62 | 54 |
| Binary | 10101010 | 111000 | 1111111 | 0 | 1000011 | 11001 | 100001 | 101000011 | 110010 | 101100 |
Color Harmonies of #AA387F
Complementary color
Monochromatic Colors of #AA387F
Black with #AA387F
Text Example
Text Example
White with #AA387F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA387F; }
p { color: rgb(170,56,127); }
H1.HeaderClassName
{
color: #AA387F;
}
.AnyTagClassName
{
color: #AA387F;
}
</style>
background-color css
<style>
a { background-color: #AA387F; }
a { background-color: rgb(170,56,127); }
div.DivClassName
{
background-color: #AA387F;
}
.BgClassName
{
background-color: #AA387F;
}
</style>
border-color css
<style>
span { border-color: #AA387F; }
span { border-color: rgb(170,56,127); }
td.TdClassName
{
border-color: #AA387F;
}
.TagClassName
{
border-color: #AA387F;
}
</style>