Shades of Medium Red Violet #AA448B
Tints of Medium Red Violet #AA448B
RGB
CMYK
RGB Variations
Color information
#AA448B (or 0xAA448B) is known color: Medium Red Violet. HEX triplet: AA, 44 and 8B. RGB value is (170,68,139). Sum of RGB (Red+Green+Blue) = 170+68+139=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 68 (26.95% from 255 or 18.04% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA448B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA448B is #55BB74. Grayscale: #6A6A6A. Windows color (decimal): -5618549 or 9127082. OLE color: 9127082.
HSL color Cylindrical-coordinate representation of color #AA448B: hue angle of 318.24º 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 #AA448B is Cyan = 0, Magento = 0.6, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 68 | 139 | - |
| CMYK | 0 | 0.6 | 0.18 | 0.33 |
| HSL | 318.24º | 0.43% | 0.47% | - |
| HSV(B) | 318.24º | 0.6% | 0.67% | - |
| XYZ | 23.3 | 14.54 | 26.01 | - |
| YUV | 106.59 | 146.29 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 68 | 139 | 0 | 0.6 | 0.18 | 0.33 | 318.24 | 0.43 | 0.47 |
| Hex | AA | 44 | 8B | 0 | 3C | 12 | 21 | 13E | 2B | 2F |
| Octal | 252 | 104 | 213 | 0 | 74 | 22 | 41 | 476 | 53 | 57 |
| Binary | 10101010 | 1000100 | 10001011 | 0 | 111100 | 10010 | 100001 | 100111110 | 101011 | 101111 |
Color Harmonies of #AA448B
Complementary color
Monochromatic Colors of #AA448B
Black with #AA448B
Text Example
Text Example
White with #AA448B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA448B; }
p { color: rgb(170,68,139); }
H1.HeaderClassName
{
color: #AA448B;
}
.AnyTagClassName
{
color: #AA448B;
}
</style>
background-color css
<style>
a { background-color: #AA448B; }
a { background-color: rgb(170,68,139); }
div.DivClassName
{
background-color: #AA448B;
}
.BgClassName
{
background-color: #AA448B;
}
</style>
border-color css
<style>
span { border-color: #AA448B; }
span { border-color: rgb(170,68,139); }
td.TdClassName
{
border-color: #AA448B;
}
.TagClassName
{
border-color: #AA448B;
}
</style>