Shades of Medium Violet Red #AA1A8A
Tints of Medium Violet Red #AA1A8A
RGB
CMYK
RGB Variations
Color information
#AA1A8A (or 0xAA1A8A) is known color: Medium Violet Red. HEX triplet: AA, 1A and 8A. RGB value is (170,26,138). Sum of RGB (Red+Green+Blue) = 170+26+138=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 26 (10.55% from 255 or 7.78% from 334); Blue value is 138 (54.30% from 255 or 41.32% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1A8A is #55E575. Grayscale: #515151. Windows color (decimal): -5629302 or 9050794. OLE color: 9050794.
HSL color Cylindrical-coordinate representation of color #AA1A8A: hue angle of 313.33º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA1A8A is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 26 | 138 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.33 |
| HSL | 313.33º | 0.73% | 0.38% | - |
| HSV(B) | 313.33º | 0.85% | 0.67% | - |
| XYZ | 21.53 | 11.12 | 25.06 | - |
| YUV | 81.82 | 159.71 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 26 | 138 | 0 | 0.85 | 0.19 | 0.33 | 313.33 | 0.73 | 0.38 |
| Hex | AA | 1A | 8A | 0 | 55 | 13 | 21 | 139 | 49 | 26 |
| Octal | 252 | 32 | 212 | 0 | 125 | 23 | 41 | 471 | 111 | 46 |
| Binary | 10101010 | 11010 | 10001010 | 0 | 1010101 | 10011 | 100001 | 100111001 | 1001001 | 100110 |
Color Harmonies of #AA1A8A
Complementary color
Monochromatic Colors of #AA1A8A
Black with #AA1A8A
Text Example
Text Example
White with #AA1A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1A8A; }
p { color: rgb(170,26,138); }
H1.HeaderClassName
{
color: #AA1A8A;
}
.AnyTagClassName
{
color: #AA1A8A;
}
</style>
background-color css
<style>
a { background-color: #AA1A8A; }
a { background-color: rgb(170,26,138); }
div.DivClassName
{
background-color: #AA1A8A;
}
.BgClassName
{
background-color: #AA1A8A;
}
</style>
border-color css
<style>
span { border-color: #AA1A8A; }
span { border-color: rgb(170,26,138); }
td.TdClassName
{
border-color: #AA1A8A;
}
.TagClassName
{
border-color: #AA1A8A;
}
</style>