Shades of Medium Red Violet #AA1D78
Tints of Medium Red Violet #AA1D78
RGB
CMYK
RGB Variations
Color information
#AA1D78 (or 0xAA1D78) is known color: Medium Red Violet. HEX triplet: AA, 1D and 78. RGB value is (170,29,120). Sum of RGB (Red+Green+Blue) = 170+29+120=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 29 (11.72% from 255 or 9.09% from 319); Blue value is 120 (47.27% from 255 or 37.62% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1D78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1D78 is #55E287. Grayscale: #515151. Windows color (decimal): -5628552 or 7871914. OLE color: 7871914.
HSL color Cylindrical-coordinate representation of color #AA1D78: hue angle of 321.28º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA1D78 is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 29 | 120 | - |
| CMYK | 0 | 0.83 | 0.29 | 0.33 |
| HSL | 321.28º | 0.71% | 0.39% | - |
| HSV(B) | 321.28º | 0.83% | 0.67% | - |
| XYZ | 20.41 | 10.78 | 18.77 | - |
| YUV | 81.53 | 149.71 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 29 | 120 | 0 | 0.83 | 0.29 | 0.33 | 321.28 | 0.71 | 0.39 |
| Hex | AA | 1D | 78 | 0 | 53 | 1D | 21 | 141 | 47 | 27 |
| Octal | 252 | 35 | 170 | 0 | 123 | 35 | 41 | 501 | 107 | 47 |
| Binary | 10101010 | 11101 | 1111000 | 0 | 1010011 | 11101 | 100001 | 101000001 | 1000111 | 100111 |
Color Harmonies of #AA1D78
Complementary color
Monochromatic Colors of #AA1D78
Black with #AA1D78
Text Example
Text Example
White with #AA1D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1D78; }
p { color: rgb(170,29,120); }
H1.HeaderClassName
{
color: #AA1D78;
}
.AnyTagClassName
{
color: #AA1D78;
}
</style>
background-color css
<style>
a { background-color: #AA1D78; }
a { background-color: rgb(170,29,120); }
div.DivClassName
{
background-color: #AA1D78;
}
.BgClassName
{
background-color: #AA1D78;
}
</style>
border-color css
<style>
span { border-color: #AA1D78; }
span { border-color: rgb(170,29,120); }
td.TdClassName
{
border-color: #AA1D78;
}
.TagClassName
{
border-color: #AA1D78;
}
</style>