Shades of Medium Violet Red #AA1086
Tints of Medium Violet Red #AA1086
RGB
CMYK
RGB Variations
Color information
#AA1086 (or 0xAA1086) is known color: Medium Violet Red. HEX triplet: AA, 10 and 86. RGB value is (170,16,134). Sum of RGB (Red+Green+Blue) = 170+16+134=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 16 (6.64% from 255 or 5% from 320); Blue value is 134 (52.73% from 255 or 41.88% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1086 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1086 is #55EF79. Grayscale: #4B4B4B. Windows color (decimal): -5631866 or 8786090. OLE color: 8786090.
HSL color Cylindrical-coordinate representation of color #AA1086: hue angle of 314.03º 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 #AA1086 is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 16 | 134 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.33 |
| HSL | 314.03º | 0.83% | 0.36% | - |
| HSV(B) | 314.03º | 0.91% | 0.67% | - |
| XYZ | 21.07 | 10.64 | 23.5 | - |
| YUV | 75.5 | 161.02 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 134 | 0 | 0.91 | 0.21 | 0.33 | 314.03 | 0.83 | 0.36 |
| Hex | AA | 10 | 86 | 0 | 5B | 15 | 21 | 13A | 53 | 24 |
| Octal | 252 | 20 | 206 | 0 | 133 | 25 | 41 | 472 | 123 | 44 |
| Binary | 10101010 | 10000 | 10000110 | 0 | 1011011 | 10101 | 100001 | 100111010 | 1010011 | 100100 |
Color Harmonies of #AA1086
Complementary color
Monochromatic Colors of #AA1086
Black with #AA1086
Text Example
Text Example
White with #AA1086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1086; }
p { color: rgb(170,16,134); }
H1.HeaderClassName
{
color: #AA1086;
}
.AnyTagClassName
{
color: #AA1086;
}
</style>
background-color css
<style>
a { background-color: #AA1086; }
a { background-color: rgb(170,16,134); }
div.DivClassName
{
background-color: #AA1086;
}
.BgClassName
{
background-color: #AA1086;
}
</style>
border-color css
<style>
span { border-color: #AA1086; }
span { border-color: rgb(170,16,134); }
td.TdClassName
{
border-color: #AA1086;
}
.TagClassName
{
border-color: #AA1086;
}
</style>