Shades of Medium Red Violet #AA448F
Tints of Medium Red Violet #AA448F
RGB
CMYK
RGB Variations
Color information
#AA448F (or 0xAA448F) is known color: Medium Red Violet. HEX triplet: AA, 44 and 8F. RGB value is (170,68,143). Sum of RGB (Red+Green+Blue) = 170+68+143=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 68 (26.95% from 255 or 17.85% from 381); Blue value is 143 (56.25% from 255 or 37.53% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA448F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA448F is #55BB70. Grayscale: #6A6A6A. Windows color (decimal): -5618545 or 9389226. OLE color: 9389226.
HSL color Cylindrical-coordinate representation of color #AA448F: hue angle of 315.88º 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 #AA448F is Cyan = 0, Magento = 0.6, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 68 | 143 | - |
| CMYK | 0 | 0.6 | 0.16 | 0.33 |
| HSL | 315.88º | 0.43% | 0.47% | - |
| HSV(B) | 315.88º | 0.6% | 0.67% | - |
| XYZ | 23.6 | 14.66 | 27.57 | - |
| YUV | 107.05 | 148.29 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 68 | 143 | 0 | 0.6 | 0.16 | 0.33 | 315.88 | 0.43 | 0.47 |
| Hex | AA | 44 | 8F | 0 | 3C | 10 | 21 | 13C | 2B | 2F |
| Octal | 252 | 104 | 217 | 0 | 74 | 20 | 41 | 474 | 53 | 57 |
| Binary | 10101010 | 1000100 | 10001111 | 0 | 111100 | 10000 | 100001 | 100111100 | 101011 | 101111 |
Color Harmonies of #AA448F
Complementary color
Monochromatic Colors of #AA448F
Black with #AA448F
Text Example
Text Example
White with #AA448F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA448F; }
p { color: rgb(170,68,143); }
H1.HeaderClassName
{
color: #AA448F;
}
.AnyTagClassName
{
color: #AA448F;
}
</style>
background-color css
<style>
a { background-color: #AA448F; }
a { background-color: rgb(170,68,143); }
div.DivClassName
{
background-color: #AA448F;
}
.BgClassName
{
background-color: #AA448F;
}
</style>
border-color css
<style>
span { border-color: #AA448F; }
span { border-color: rgb(170,68,143); }
td.TdClassName
{
border-color: #AA448F;
}
.TagClassName
{
border-color: #AA448F;
}
</style>