Shades of Medium Red Violet #AA378A
Tints of Medium Red Violet #AA378A
RGB
CMYK
RGB Variations
Color information
#AA378A (or 0xAA378A) is known color: Medium Red Violet. HEX triplet: AA, 37 and 8A. RGB value is (170,55,138). Sum of RGB (Red+Green+Blue) = 170+55+138=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 55 (21.88% from 255 or 15.15% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA378A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA378A is #55C875. Grayscale: #626262. Windows color (decimal): -5621878 or 9058218. OLE color: 9058218.
HSL color Cylindrical-coordinate representation of color #AA378A: hue angle of 316.7º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA378A is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 55 | 138 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.33 |
| HSL | 316.7º | 0.51% | 0.44% | - |
| HSV(B) | 316.7º | 0.68% | 0.67% | - |
| XYZ | 22.53 | 13.11 | 25.39 | - |
| YUV | 98.85 | 150.1 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 55 | 138 | 0 | 0.68 | 0.19 | 0.33 | 316.7 | 0.51 | 0.44 |
| Hex | AA | 37 | 8A | 0 | 44 | 13 | 21 | 13D | 33 | 2C |
| Octal | 252 | 67 | 212 | 0 | 104 | 23 | 41 | 475 | 63 | 54 |
| Binary | 10101010 | 110111 | 10001010 | 0 | 1000100 | 10011 | 100001 | 100111101 | 110011 | 101100 |
Color Harmonies of #AA378A
Complementary color
Monochromatic Colors of #AA378A
Black with #AA378A
Text Example
Text Example
White with #AA378A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA378A; }
p { color: rgb(170,55,138); }
H1.HeaderClassName
{
color: #AA378A;
}
.AnyTagClassName
{
color: #AA378A;
}
</style>
background-color css
<style>
a { background-color: #AA378A; }
a { background-color: rgb(170,55,138); }
div.DivClassName
{
background-color: #AA378A;
}
.BgClassName
{
background-color: #AA378A;
}
</style>
border-color css
<style>
span { border-color: #AA378A; }
span { border-color: rgb(170,55,138); }
td.TdClassName
{
border-color: #AA378A;
}
.TagClassName
{
border-color: #AA378A;
}
</style>