Shades of Medium Red Violet #AA378C
Tints of Medium Red Violet #AA378C
RGB
CMYK
RGB Variations
Color information
#AA378C (or 0xAA378C) is known color: Medium Red Violet. HEX triplet: AA, 37 and 8C. RGB value is (170,55,140). Sum of RGB (Red+Green+Blue) = 170+55+140=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 55 (21.88% from 255 or 15.07% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA378C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA378C is #55C873. Grayscale: #626262. Windows color (decimal): -5621876 or 9189290. OLE color: 9189290.
HSL color Cylindrical-coordinate representation of color #AA378C: hue angle of 315.65º 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 #AA378C is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 55 | 140 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.33 |
| HSL | 315.65º | 0.51% | 0.44% | - |
| HSV(B) | 315.65º | 0.68% | 0.67% | - |
| XYZ | 22.68 | 13.17 | 26.16 | - |
| YUV | 99.08 | 151.1 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 55 | 140 | 0 | 0.68 | 0.18 | 0.33 | 315.65 | 0.51 | 0.44 |
| Hex | AA | 37 | 8C | 0 | 44 | 12 | 21 | 13C | 33 | 2C |
| Octal | 252 | 67 | 214 | 0 | 104 | 22 | 41 | 474 | 63 | 54 |
| Binary | 10101010 | 110111 | 10001100 | 0 | 1000100 | 10010 | 100001 | 100111100 | 110011 | 101100 |
Color Harmonies of #AA378C
Complementary color
Monochromatic Colors of #AA378C
Black with #AA378C
Text Example
Text Example
White with #AA378C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA378C; }
p { color: rgb(170,55,140); }
H1.HeaderClassName
{
color: #AA378C;
}
.AnyTagClassName
{
color: #AA378C;
}
</style>
background-color css
<style>
a { background-color: #AA378C; }
a { background-color: rgb(170,55,140); }
div.DivClassName
{
background-color: #AA378C;
}
.BgClassName
{
background-color: #AA378C;
}
</style>
border-color css
<style>
span { border-color: #AA378C; }
span { border-color: rgb(170,55,140); }
td.TdClassName
{
border-color: #AA378C;
}
.TagClassName
{
border-color: #AA378C;
}
</style>