Shades of Medium Violet Red #AA107F
Tints of Medium Violet Red #AA107F
RGB
CMYK
RGB Variations
Color information
#AA107F (or 0xAA107F) is known color: Medium Violet Red. HEX triplet: AA, 10 and 7F. RGB value is (170,16,127). Sum of RGB (Red+Green+Blue) = 170+16+127=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 127 (50% from 255 or 40.58% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA107F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA107F is #55EF80. Grayscale: #4A4A4A. Windows color (decimal): -5631873 or 8327338. OLE color: 8327338.
HSL color Cylindrical-coordinate representation of color #AA107F: hue angle of 316.75º 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 #AA107F is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 16 | 127 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.33 |
| HSL | 316.75º | 0.83% | 0.36% | - |
| HSV(B) | 316.75º | 0.91% | 0.67% | - |
| XYZ | 20.59 | 10.45 | 21.01 | - |
| YUV | 74.7 | 157.52 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 127 | 0 | 0.91 | 0.25 | 0.33 | 316.75 | 0.83 | 0.36 |
| Hex | AA | 10 | 7F | 0 | 5B | 19 | 21 | 13D | 53 | 24 |
| Octal | 252 | 20 | 177 | 0 | 133 | 31 | 41 | 475 | 123 | 44 |
| Binary | 10101010 | 10000 | 1111111 | 0 | 1011011 | 11001 | 100001 | 100111101 | 1010011 | 100100 |
Color Harmonies of #AA107F
Complementary color
Monochromatic Colors of #AA107F
Black with #AA107F
Text Example
Text Example
White with #AA107F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA107F; }
p { color: rgb(170,16,127); }
H1.HeaderClassName
{
color: #AA107F;
}
.AnyTagClassName
{
color: #AA107F;
}
</style>
background-color css
<style>
a { background-color: #AA107F; }
a { background-color: rgb(170,16,127); }
div.DivClassName
{
background-color: #AA107F;
}
.BgClassName
{
background-color: #AA107F;
}
</style>
border-color css
<style>
span { border-color: #AA107F; }
span { border-color: rgb(170,16,127); }
td.TdClassName
{
border-color: #AA107F;
}
.TagClassName
{
border-color: #AA107F;
}
</style>