Shades of Medium Red Violet #AA3878
Tints of Medium Red Violet #AA3878
RGB
CMYK
RGB Variations
Color information
#AA3878 (or 0xAA3878) is known color: Medium Red Violet. HEX triplet: AA, 38 and 78. RGB value is (170,56,120). Sum of RGB (Red+Green+Blue) = 170+56+120=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 56 (22.27% from 255 or 16.18% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3878 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3878 is #55C787. Grayscale: #616161. Windows color (decimal): -5621640 or 7878826. OLE color: 7878826.
HSL color Cylindrical-coordinate representation of color #AA3878: hue angle of 326.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 #AA3878 is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 56 | 120 | - |
| CMYK | 0 | 0.67 | 0.29 | 0.33 |
| HSL | 326.32º | 0.5% | 0.44% | - |
| HSV(B) | 326.32º | 0.67% | 0.67% | - |
| XYZ | 21.38 | 12.73 | 19.1 | - |
| YUV | 97.38 | 140.77 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 56 | 120 | 0 | 0.67 | 0.29 | 0.33 | 326.32 | 0.5 | 0.44 |
| Hex | AA | 38 | 78 | 0 | 43 | 1D | 21 | 146 | 32 | 2C |
| Octal | 252 | 70 | 170 | 0 | 103 | 35 | 41 | 506 | 62 | 54 |
| Binary | 10101010 | 111000 | 1111000 | 0 | 1000011 | 11101 | 100001 | 101000110 | 110010 | 101100 |
Color Harmonies of #AA3878
Complementary color
Monochromatic Colors of #AA3878
Black with #AA3878
Text Example
Text Example
White with #AA3878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3878; }
p { color: rgb(170,56,120); }
H1.HeaderClassName
{
color: #AA3878;
}
.AnyTagClassName
{
color: #AA3878;
}
</style>
background-color css
<style>
a { background-color: #AA3878; }
a { background-color: rgb(170,56,120); }
div.DivClassName
{
background-color: #AA3878;
}
.BgClassName
{
background-color: #AA3878;
}
</style>
border-color css
<style>
span { border-color: #AA3878; }
span { border-color: rgb(170,56,120); }
td.TdClassName
{
border-color: #AA3878;
}
.TagClassName
{
border-color: #AA3878;
}
</style>