Shades of Medium Violet Red #AA0D8A
Tints of Medium Violet Red #AA0D8A
RGB
CMYK
RGB Variations
Color information
#AA0D8A (or 0xAA0D8A) is known color: Medium Violet Red. HEX triplet: AA, 0D and 8A. RGB value is (170,13,138). Sum of RGB (Red+Green+Blue) = 170+13+138=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 13 (5.47% from 255 or 4.05% from 321); Blue value is 138 (54.30% from 255 or 42.99% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0D8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0D8A is #55F275. Grayscale: #494949. Windows color (decimal): -5632630 or 9047466. OLE color: 9047466.
HSL color Cylindrical-coordinate representation of color #AA0D8A: hue angle of 312.23º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA0D8A is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 13 | 138 | - |
| CMYK | 0 | 0.92 | 0.19 | 0.33 |
| HSL | 312.23º | 0.86% | 0.36% | - |
| HSV(B) | 312.23º | 0.92% | 0.67% | - |
| XYZ | 21.31 | 10.67 | 24.98 | - |
| YUV | 74.19 | 164.01 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 13 | 138 | 0 | 0.92 | 0.19 | 0.33 | 312.23 | 0.86 | 0.36 |
| Hex | AA | D | 8A | 0 | 5C | 13 | 21 | 138 | 56 | 24 |
| Octal | 252 | 15 | 212 | 0 | 134 | 23 | 41 | 470 | 126 | 44 |
| Binary | 10101010 | 1101 | 10001010 | 0 | 1011100 | 10011 | 100001 | 100111000 | 1010110 | 100100 |
Color Harmonies of #AA0D8A
Complementary color
Monochromatic Colors of #AA0D8A
Black with #AA0D8A
Text Example
Text Example
White with #AA0D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0D8A; }
p { color: rgb(170,13,138); }
H1.HeaderClassName
{
color: #AA0D8A;
}
.AnyTagClassName
{
color: #AA0D8A;
}
</style>
background-color css
<style>
a { background-color: #AA0D8A; }
a { background-color: rgb(170,13,138); }
div.DivClassName
{
background-color: #AA0D8A;
}
.BgClassName
{
background-color: #AA0D8A;
}
</style>
border-color css
<style>
span { border-color: #AA0D8A; }
span { border-color: rgb(170,13,138); }
td.TdClassName
{
border-color: #AA0D8A;
}
.TagClassName
{
border-color: #AA0D8A;
}
</style>