Shades of Medium Red Violet #AA428F
Tints of Medium Red Violet #AA428F
RGB
CMYK
RGB Variations
Color information
#AA428F (or 0xAA428F) is known color: Medium Red Violet. HEX triplet: AA, 42 and 8F. RGB value is (170,66,143). Sum of RGB (Red+Green+Blue) = 170+66+143=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 66 (26.17% from 255 or 17.41% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA428F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA428F is #55BD70. Grayscale: #696969. Windows color (decimal): -5619057 or 9388714. OLE color: 9388714.
HSL color Cylindrical-coordinate representation of color #AA428F: hue angle of 315.58º 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 #AA428F is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 143 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.33 |
| HSL | 315.58º | 0.44% | 0.46% | - |
| HSV(B) | 315.58º | 0.61% | 0.67% | - |
| XYZ | 23.48 | 14.43 | 27.53 | - |
| YUV | 105.87 | 148.96 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 143 | 0 | 0.61 | 0.16 | 0.33 | 315.58 | 0.44 | 0.46 |
| Hex | AA | 42 | 8F | 0 | 3D | 10 | 21 | 13C | 2C | 2E |
| Octal | 252 | 102 | 217 | 0 | 75 | 20 | 41 | 474 | 54 | 56 |
| Binary | 10101010 | 1000010 | 10001111 | 0 | 111101 | 10000 | 100001 | 100111100 | 101100 | 101110 |
Color Harmonies of #AA428F
Complementary color
Monochromatic Colors of #AA428F
Black with #AA428F
Text Example
Text Example
White with #AA428F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA428F; }
p { color: rgb(170,66,143); }
H1.HeaderClassName
{
color: #AA428F;
}
.AnyTagClassName
{
color: #AA428F;
}
</style>
background-color css
<style>
a { background-color: #AA428F; }
a { background-color: rgb(170,66,143); }
div.DivClassName
{
background-color: #AA428F;
}
.BgClassName
{
background-color: #AA428F;
}
</style>
border-color css
<style>
span { border-color: #AA428F; }
span { border-color: rgb(170,66,143); }
td.TdClassName
{
border-color: #AA428F;
}
.TagClassName
{
border-color: #AA428F;
}
</style>