Shades of Medium Red Violet #AA468D
Tints of Medium Red Violet #AA468D
RGB
CMYK
RGB Variations
Color information
#AA468D (or 0xAA468D) is known color: Medium Red Violet. HEX triplet: AA, 46 and 8D. RGB value is (170,70,141). Sum of RGB (Red+Green+Blue) = 170+70+141=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 70 (27.73% from 255 or 18.37% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA468D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA468D is #55B972. Grayscale: #6B6B6B. Windows color (decimal): -5618035 or 9258666. OLE color: 9258666.
HSL color Cylindrical-coordinate representation of color #AA468D: hue angle of 317.4º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA468D is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 70 | 141 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.33 |
| HSL | 317.4º | 0.42% | 0.47% | - |
| HSV(B) | 317.4º | 0.59% | 0.67% | - |
| XYZ | 23.58 | 14.85 | 26.82 | - |
| YUV | 107.99 | 146.63 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 70 | 141 | 0 | 0.59 | 0.17 | 0.33 | 317.4 | 0.42 | 0.47 |
| Hex | AA | 46 | 8D | 0 | 3B | 11 | 21 | 13D | 2A | 2F |
| Octal | 252 | 106 | 215 | 0 | 73 | 21 | 41 | 475 | 52 | 57 |
| Binary | 10101010 | 1000110 | 10001101 | 0 | 111011 | 10001 | 100001 | 100111101 | 101010 | 101111 |
Color Harmonies of #AA468D
Complementary color
Monochromatic Colors of #AA468D
Black with #AA468D
Text Example
Text Example
White with #AA468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA468D; }
p { color: rgb(170,70,141); }
H1.HeaderClassName
{
color: #AA468D;
}
.AnyTagClassName
{
color: #AA468D;
}
</style>
background-color css
<style>
a { background-color: #AA468D; }
a { background-color: rgb(170,70,141); }
div.DivClassName
{
background-color: #AA468D;
}
.BgClassName
{
background-color: #AA468D;
}
</style>
border-color css
<style>
span { border-color: #AA468D; }
span { border-color: rgb(170,70,141); }
td.TdClassName
{
border-color: #AA468D;
}
.TagClassName
{
border-color: #AA468D;
}
</style>