Shades of Medium Violet Red #AA107C
Tints of Medium Violet Red #AA107C
RGB
CMYK
RGB Variations
Color information
#AA107C (or 0xAA107C) is known color: Medium Violet Red. HEX triplet: AA, 10 and 7C. RGB value is (170,16,124). Sum of RGB (Red+Green+Blue) = 170+16+124=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 16 (6.64% from 255 or 5.16% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA107C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA107C is #55EF83. Grayscale: #4A4A4A. Windows color (decimal): -5631876 or 8130730. OLE color: 8130730.
HSL color Cylindrical-coordinate representation of color #AA107C: hue angle of 317.92º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA107C is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 16 | 124 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.33 |
| HSL | 317.92º | 0.83% | 0.36% | - |
| HSV(B) | 317.92º | 0.91% | 0.67% | - |
| XYZ | 20.4 | 10.37 | 20 | - |
| YUV | 74.36 | 156.02 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 124 | 0 | 0.91 | 0.27 | 0.33 | 317.92 | 0.83 | 0.36 |
| Hex | AA | 10 | 7C | 0 | 5B | 1B | 21 | 13E | 53 | 24 |
| Octal | 252 | 20 | 174 | 0 | 133 | 33 | 41 | 476 | 123 | 44 |
| Binary | 10101010 | 10000 | 1111100 | 0 | 1011011 | 11011 | 100001 | 100111110 | 1010011 | 100100 |
Color Harmonies of #AA107C
Complementary color
Monochromatic Colors of #AA107C
Black with #AA107C
Text Example
Text Example
White with #AA107C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA107C; }
p { color: rgb(170,16,124); }
H1.HeaderClassName
{
color: #AA107C;
}
.AnyTagClassName
{
color: #AA107C;
}
</style>
background-color css
<style>
a { background-color: #AA107C; }
a { background-color: rgb(170,16,124); }
div.DivClassName
{
background-color: #AA107C;
}
.BgClassName
{
background-color: #AA107C;
}
</style>
border-color css
<style>
span { border-color: #AA107C; }
span { border-color: rgb(170,16,124); }
td.TdClassName
{
border-color: #AA107C;
}
.TagClassName
{
border-color: #AA107C;
}
</style>