Shades of Medium Red Violet #AA418B
Tints of Medium Red Violet #AA418B
RGB
CMYK
RGB Variations
Color information
#AA418B (or 0xAA418B) is known color: Medium Red Violet. HEX triplet: AA, 41 and 8B. RGB value is (170,65,139). Sum of RGB (Red+Green+Blue) = 170+65+139=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 65 (25.78% from 255 or 17.38% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA418B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA418B is #55BE74. Grayscale: #686868. Windows color (decimal): -5619317 or 9126314. OLE color: 9126314.
HSL color Cylindrical-coordinate representation of color #AA418B: hue angle of 317.71º 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 #AA418B is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 65 | 139 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.33 |
| HSL | 317.71º | 0.45% | 0.46% | - |
| HSV(B) | 317.71º | 0.62% | 0.67% | - |
| XYZ | 23.13 | 14.19 | 25.95 | - |
| YUV | 104.83 | 147.29 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 65 | 139 | 0 | 0.62 | 0.18 | 0.33 | 317.71 | 0.45 | 0.46 |
| Hex | AA | 41 | 8B | 0 | 3E | 12 | 21 | 13E | 2D | 2E |
| Octal | 252 | 101 | 213 | 0 | 76 | 22 | 41 | 476 | 55 | 56 |
| Binary | 10101010 | 1000001 | 10001011 | 0 | 111110 | 10010 | 100001 | 100111110 | 101101 | 101110 |
Color Harmonies of #AA418B
Complementary color
Monochromatic Colors of #AA418B
Black with #AA418B
Text Example
Text Example
White with #AA418B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA418B; }
p { color: rgb(170,65,139); }
H1.HeaderClassName
{
color: #AA418B;
}
.AnyTagClassName
{
color: #AA418B;
}
</style>
background-color css
<style>
a { background-color: #AA418B; }
a { background-color: rgb(170,65,139); }
div.DivClassName
{
background-color: #AA418B;
}
.BgClassName
{
background-color: #AA418B;
}
</style>
border-color css
<style>
span { border-color: #AA418B; }
span { border-color: rgb(170,65,139); }
td.TdClassName
{
border-color: #AA418B;
}
.TagClassName
{
border-color: #AA418B;
}
</style>