Shades of Medium Violet Red #AA167C
Tints of Medium Violet Red #AA167C
RGB
CMYK
RGB Variations
Color information
#AA167C (or 0xAA167C) is known color: Medium Violet Red. HEX triplet: AA, 16 and 7C. RGB value is (170,22,124). Sum of RGB (Red+Green+Blue) = 170+22+124=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 22 (8.98% from 255 or 6.96% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA167C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA167C is #55E983. Grayscale: #4D4D4D. Windows color (decimal): -5630340 or 8132266. OLE color: 8132266.
HSL color Cylindrical-coordinate representation of color #AA167C: hue angle of 318.65º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA167C is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 22 | 124 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.33 |
| HSL | 318.65º | 0.77% | 0.38% | - |
| HSV(B) | 318.65º | 0.87% | 0.67% | - |
| XYZ | 20.5 | 10.58 | 20.03 | - |
| YUV | 77.88 | 154.03 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 22 | 124 | 0 | 0.87 | 0.27 | 0.33 | 318.65 | 0.77 | 0.38 |
| Hex | AA | 16 | 7C | 0 | 57 | 1B | 21 | 13F | 4D | 26 |
| Octal | 252 | 26 | 174 | 0 | 127 | 33 | 41 | 477 | 115 | 46 |
| Binary | 10101010 | 10110 | 1111100 | 0 | 1010111 | 11011 | 100001 | 100111111 | 1001101 | 100110 |
Color Harmonies of #AA167C
Complementary color
Monochromatic Colors of #AA167C
Black with #AA167C
Text Example
Text Example
White with #AA167C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA167C; }
p { color: rgb(170,22,124); }
H1.HeaderClassName
{
color: #AA167C;
}
.AnyTagClassName
{
color: #AA167C;
}
</style>
background-color css
<style>
a { background-color: #AA167C; }
a { background-color: rgb(170,22,124); }
div.DivClassName
{
background-color: #AA167C;
}
.BgClassName
{
background-color: #AA167C;
}
</style>
border-color css
<style>
span { border-color: #AA167C; }
span { border-color: rgb(170,22,124); }
td.TdClassName
{
border-color: #AA167C;
}
.TagClassName
{
border-color: #AA167C;
}
</style>