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