Shades of Medium Red Violet #AA418C
Tints of Medium Red Violet #AA418C
RGB
CMYK
RGB Variations
Color information
#AA418C (or 0xAA418C) is known color: Medium Red Violet. HEX triplet: AA, 41 and 8C. RGB value is (170,65,140). Sum of RGB (Red+Green+Blue) = 170+65+140=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA418C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA418C is #55BE73. Grayscale: #686868. Windows color (decimal): -5619316 or 9191850. OLE color: 9191850.
HSL color Cylindrical-coordinate representation of color #AA418C: hue angle of 317.14º 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 #AA418C is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 65 | 140 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.33 |
| HSL | 317.14º | 0.45% | 0.46% | - |
| HSV(B) | 317.14º | 0.62% | 0.67% | - |
| XYZ | 23.2 | 14.22 | 26.33 | - |
| YUV | 104.95 | 147.79 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 65 | 140 | 0 | 0.62 | 0.18 | 0.33 | 317.14 | 0.45 | 0.46 |
| Hex | AA | 41 | 8C | 0 | 3E | 12 | 21 | 13D | 2D | 2E |
| Octal | 252 | 101 | 214 | 0 | 76 | 22 | 41 | 475 | 55 | 56 |
| Binary | 10101010 | 1000001 | 10001100 | 0 | 111110 | 10010 | 100001 | 100111101 | 101101 | 101110 |
Color Harmonies of #AA418C
Complementary color
Monochromatic Colors of #AA418C
Black with #AA418C
Text Example
Text Example
White with #AA418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA418C; }
p { color: rgb(170,65,140); }
H1.HeaderClassName
{
color: #AA418C;
}
.AnyTagClassName
{
color: #AA418C;
}
</style>
background-color css
<style>
a { background-color: #AA418C; }
a { background-color: rgb(170,65,140); }
div.DivClassName
{
background-color: #AA418C;
}
.BgClassName
{
background-color: #AA418C;
}
</style>
border-color css
<style>
span { border-color: #AA418C; }
span { border-color: rgb(170,65,140); }
td.TdClassName
{
border-color: #AA418C;
}
.TagClassName
{
border-color: #AA418C;
}
</style>