Shades of Medium Red Violet #AA408E
Tints of Medium Red Violet #AA408E
RGB
CMYK
RGB Variations
Color information
#AA408E (or 0xAA408E) is known color: Medium Red Violet. HEX triplet: AA, 40 and 8E. RGB value is (170,64,142). Sum of RGB (Red+Green+Blue) = 170+64+142=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 64 (25.39% from 255 or 17.02% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA408E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA408E is #55BF71. Grayscale: #686868. Windows color (decimal): -5619570 or 9322666. OLE color: 9322666.
HSL color Cylindrical-coordinate representation of color #AA408E: hue angle of 315.85º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA408E is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 64 | 142 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.33 |
| HSL | 315.85º | 0.45% | 0.46% | - |
| HSV(B) | 315.85º | 0.62% | 0.67% | - |
| XYZ | 23.29 | 14.17 | 27.1 | - |
| YUV | 104.59 | 149.12 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 142 | 0 | 0.62 | 0.16 | 0.33 | 315.85 | 0.45 | 0.46 |
| Hex | AA | 40 | 8E | 0 | 3E | 10 | 21 | 13C | 2D | 2E |
| Octal | 252 | 100 | 216 | 0 | 76 | 20 | 41 | 474 | 55 | 56 |
| Binary | 10101010 | 1000000 | 10001110 | 0 | 111110 | 10000 | 100001 | 100111100 | 101101 | 101110 |
Color Harmonies of #AA408E
Complementary color
Monochromatic Colors of #AA408E
Black with #AA408E
Text Example
Text Example
White with #AA408E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA408E; }
p { color: rgb(170,64,142); }
H1.HeaderClassName
{
color: #AA408E;
}
.AnyTagClassName
{
color: #AA408E;
}
</style>
background-color css
<style>
a { background-color: #AA408E; }
a { background-color: rgb(170,64,142); }
div.DivClassName
{
background-color: #AA408E;
}
.BgClassName
{
background-color: #AA408E;
}
</style>
border-color css
<style>
span { border-color: #AA408E; }
span { border-color: rgb(170,64,142); }
td.TdClassName
{
border-color: #AA408E;
}
.TagClassName
{
border-color: #AA408E;
}
</style>