Shades of Medium Red Violet #AA438C
Tints of Medium Red Violet #AA438C
RGB
CMYK
RGB Variations
Color information
#AA438C (or 0xAA438C) is known color: Medium Red Violet. HEX triplet: AA, 43 and 8C. RGB value is (170,67,140). Sum of RGB (Red+Green+Blue) = 170+67+140=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 67 (26.56% from 255 or 17.77% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA438C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA438C is #55BC73. Grayscale: #696969. Windows color (decimal): -5618804 or 9192362. OLE color: 9192362.
HSL color Cylindrical-coordinate representation of color #AA438C: hue angle of 317.48º 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 #AA438C is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 67 | 140 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.33 |
| HSL | 317.48º | 0.43% | 0.46% | - |
| HSV(B) | 317.48º | 0.61% | 0.67% | - |
| XYZ | 23.32 | 14.45 | 26.37 | - |
| YUV | 106.12 | 147.12 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 140 | 0 | 0.61 | 0.18 | 0.33 | 317.48 | 0.43 | 0.46 |
| Hex | AA | 43 | 8C | 0 | 3D | 12 | 21 | 13D | 2B | 2E |
| Octal | 252 | 103 | 214 | 0 | 75 | 22 | 41 | 475 | 53 | 56 |
| Binary | 10101010 | 1000011 | 10001100 | 0 | 111101 | 10010 | 100001 | 100111101 | 101011 | 101110 |
Color Harmonies of #AA438C
Complementary color
Monochromatic Colors of #AA438C
Black with #AA438C
Text Example
Text Example
White with #AA438C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA438C; }
p { color: rgb(170,67,140); }
H1.HeaderClassName
{
color: #AA438C;
}
.AnyTagClassName
{
color: #AA438C;
}
</style>
background-color css
<style>
a { background-color: #AA438C; }
a { background-color: rgb(170,67,140); }
div.DivClassName
{
background-color: #AA438C;
}
.BgClassName
{
background-color: #AA438C;
}
</style>
border-color css
<style>
span { border-color: #AA438C; }
span { border-color: rgb(170,67,140); }
td.TdClassName
{
border-color: #AA438C;
}
.TagClassName
{
border-color: #AA438C;
}
</style>