Shades of Medium Red Violet #AA438D
Tints of Medium Red Violet #AA438D
RGB
CMYK
RGB Variations
Color information
#AA438D (or 0xAA438D) is known color: Medium Red Violet. HEX triplet: AA, 43 and 8D. RGB value is (170,67,141). Sum of RGB (Red+Green+Blue) = 170+67+141=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 67 (26.56% from 255 or 17.72% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA438D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA438D is #55BC72. Grayscale: #6A6A6A. Windows color (decimal): -5618803 or 9257898. OLE color: 9257898.
HSL color Cylindrical-coordinate representation of color #AA438D: hue angle of 316.89º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA438D is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 67 | 141 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.33 |
| HSL | 316.89º | 0.43% | 0.46% | - |
| HSV(B) | 316.89º | 0.61% | 0.67% | - |
| XYZ | 23.39 | 14.48 | 26.76 | - |
| YUV | 106.23 | 147.62 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 141 | 0 | 0.61 | 0.17 | 0.33 | 316.89 | 0.43 | 0.46 |
| Hex | AA | 43 | 8D | 0 | 3D | 11 | 21 | 13D | 2B | 2E |
| Octal | 252 | 103 | 215 | 0 | 75 | 21 | 41 | 475 | 53 | 56 |
| Binary | 10101010 | 1000011 | 10001101 | 0 | 111101 | 10001 | 100001 | 100111101 | 101011 | 101110 |
Color Harmonies of #AA438D
Complementary color
Monochromatic Colors of #AA438D
Black with #AA438D
Text Example
Text Example
White with #AA438D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA438D; }
p { color: rgb(170,67,141); }
H1.HeaderClassName
{
color: #AA438D;
}
.AnyTagClassName
{
color: #AA438D;
}
</style>
background-color css
<style>
a { background-color: #AA438D; }
a { background-color: rgb(170,67,141); }
div.DivClassName
{
background-color: #AA438D;
}
.BgClassName
{
background-color: #AA438D;
}
</style>
border-color css
<style>
span { border-color: #AA438D; }
span { border-color: rgb(170,67,141); }
td.TdClassName
{
border-color: #AA438D;
}
.TagClassName
{
border-color: #AA438D;
}
</style>