Shades of Medium Violet Red #AA0A8C
Tints of Medium Violet Red #AA0A8C
RGB
CMYK
RGB Variations
Color information
#AA0A8C (or 0xAA0A8C) is known color: Medium Violet Red. HEX triplet: AA, 0A and 8C. RGB value is (170,10,140). Sum of RGB (Red+Green+Blue) = 170+10+140=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 10 (4.30% from 255 or 3.12% from 320); Blue value is 140 (55.08% from 255 or 43.75% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0A8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0A8C is #55F573. Grayscale: #484848. Windows color (decimal): -5633396 or 9177770. OLE color: 9177770.
HSL color Cylindrical-coordinate representation of color #AA0A8C: hue angle of 311.25º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0A8C is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 10 | 140 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.33 |
| HSL | 311.25º | 0.89% | 0.35% | - |
| HSV(B) | 311.25º | 0.94% | 0.67% | - |
| XYZ | 21.42 | 10.66 | 25.74 | - |
| YUV | 72.66 | 166.01 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 10 | 140 | 0 | 0.94 | 0.18 | 0.33 | 311.25 | 0.89 | 0.35 |
| Hex | AA | A | 8C | 0 | 5E | 12 | 21 | 137 | 59 | 23 |
| Octal | 252 | 12 | 214 | 0 | 136 | 22 | 41 | 467 | 131 | 43 |
| Binary | 10101010 | 1010 | 10001100 | 0 | 1011110 | 10010 | 100001 | 100110111 | 1011001 | 100011 |
Color Harmonies of #AA0A8C
Complementary color
Monochromatic Colors of #AA0A8C
Black with #AA0A8C
Text Example
Text Example
White with #AA0A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0A8C; }
p { color: rgb(170,10,140); }
H1.HeaderClassName
{
color: #AA0A8C;
}
.AnyTagClassName
{
color: #AA0A8C;
}
</style>
background-color css
<style>
a { background-color: #AA0A8C; }
a { background-color: rgb(170,10,140); }
div.DivClassName
{
background-color: #AA0A8C;
}
.BgClassName
{
background-color: #AA0A8C;
}
</style>
border-color css
<style>
span { border-color: #AA0A8C; }
span { border-color: rgb(170,10,140); }
td.TdClassName
{
border-color: #AA0A8C;
}
.TagClassName
{
border-color: #AA0A8C;
}
</style>