Shades of Medium Red Violet #AA428D
Tints of Medium Red Violet #AA428D
RGB
CMYK
RGB Variations
Color information
#AA428D (or 0xAA428D) is known color: Medium Red Violet. HEX triplet: AA, 42 and 8D. RGB value is (170,66,141). Sum of RGB (Red+Green+Blue) = 170+66+141=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA428D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA428D is #55BD72. Grayscale: #696969. Windows color (decimal): -5619059 or 9257642. OLE color: 9257642.
HSL color Cylindrical-coordinate representation of color #AA428D: hue angle of 316.73º degrees, saturation: 0.44, 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 #AA428D is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 141 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.33 |
| HSL | 316.73º | 0.44% | 0.46% | - |
| HSV(B) | 316.73º | 0.61% | 0.67% | - |
| XYZ | 23.33 | 14.37 | 26.74 | - |
| YUV | 105.65 | 147.96 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 141 | 0 | 0.61 | 0.17 | 0.33 | 316.73 | 0.44 | 0.46 |
| Hex | AA | 42 | 8D | 0 | 3D | 11 | 21 | 13D | 2C | 2E |
| Octal | 252 | 102 | 215 | 0 | 75 | 21 | 41 | 475 | 54 | 56 |
| Binary | 10101010 | 1000010 | 10001101 | 0 | 111101 | 10001 | 100001 | 100111101 | 101100 | 101110 |
Color Harmonies of #AA428D
Complementary color
Monochromatic Colors of #AA428D
Black with #AA428D
Text Example
Text Example
White with #AA428D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA428D; }
p { color: rgb(170,66,141); }
H1.HeaderClassName
{
color: #AA428D;
}
.AnyTagClassName
{
color: #AA428D;
}
</style>
background-color css
<style>
a { background-color: #AA428D; }
a { background-color: rgb(170,66,141); }
div.DivClassName
{
background-color: #AA428D;
}
.BgClassName
{
background-color: #AA428D;
}
</style>
border-color css
<style>
span { border-color: #AA428D; }
span { border-color: rgb(170,66,141); }
td.TdClassName
{
border-color: #AA428D;
}
.TagClassName
{
border-color: #AA428D;
}
</style>