Shades of Medium Red Violet #AA448D
Tints of Medium Red Violet #AA448D
RGB
CMYK
RGB Variations
Color information
#AA448D (or 0xAA448D) is known color: Medium Red Violet. HEX triplet: AA, 44 and 8D. RGB value is (170,68,141). Sum of RGB (Red+Green+Blue) = 170+68+141=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 68 (26.95% from 255 or 17.94% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA448D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA448D is #55BB72. Grayscale: #6A6A6A. Windows color (decimal): -5618547 or 9258154. OLE color: 9258154.
HSL color Cylindrical-coordinate representation of color #AA448D: hue angle of 317.06º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA448D is Cyan = 0, Magento = 0.6, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 68 | 141 | - |
| CMYK | 0 | 0.6 | 0.17 | 0.33 |
| HSL | 317.06º | 0.43% | 0.47% | - |
| HSV(B) | 317.06º | 0.6% | 0.67% | - |
| XYZ | 23.45 | 14.6 | 26.78 | - |
| YUV | 106.82 | 147.29 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 68 | 141 | 0 | 0.6 | 0.17 | 0.33 | 317.06 | 0.43 | 0.47 |
| Hex | AA | 44 | 8D | 0 | 3C | 11 | 21 | 13D | 2B | 2F |
| Octal | 252 | 104 | 215 | 0 | 74 | 21 | 41 | 475 | 53 | 57 |
| Binary | 10101010 | 1000100 | 10001101 | 0 | 111100 | 10001 | 100001 | 100111101 | 101011 | 101111 |
Color Harmonies of #AA448D
Complementary color
Monochromatic Colors of #AA448D
Black with #AA448D
Text Example
Text Example
White with #AA448D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA448D; }
p { color: rgb(170,68,141); }
H1.HeaderClassName
{
color: #AA448D;
}
.AnyTagClassName
{
color: #AA448D;
}
</style>
background-color css
<style>
a { background-color: #AA448D; }
a { background-color: rgb(170,68,141); }
div.DivClassName
{
background-color: #AA448D;
}
.BgClassName
{
background-color: #AA448D;
}
</style>
border-color css
<style>
span { border-color: #AA448D; }
span { border-color: rgb(170,68,141); }
td.TdClassName
{
border-color: #AA448D;
}
.TagClassName
{
border-color: #AA448D;
}
</style>