Shades of Medium Red Violet #AA428C
Tints of Medium Red Violet #AA428C
RGB
CMYK
RGB Variations
Color information
#AA428C (or 0xAA428C) is known color: Medium Red Violet. HEX triplet: AA, 42 and 8C. RGB value is (170,66,140). Sum of RGB (Red+Green+Blue) = 170+66+140=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA428C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA428C is #55BD73. Grayscale: #696969. Windows color (decimal): -5619060 or 9192106. OLE color: 9192106.
HSL color Cylindrical-coordinate representation of color #AA428C: hue angle of 317.31º 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 #AA428C is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 140 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.33 |
| HSL | 317.31º | 0.44% | 0.46% | - |
| HSV(B) | 317.31º | 0.61% | 0.67% | - |
| XYZ | 23.26 | 14.34 | 26.35 | - |
| YUV | 105.53 | 147.46 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 140 | 0 | 0.61 | 0.18 | 0.33 | 317.31 | 0.44 | 0.46 |
| Hex | AA | 42 | 8C | 0 | 3D | 12 | 21 | 13D | 2C | 2E |
| Octal | 252 | 102 | 214 | 0 | 75 | 22 | 41 | 475 | 54 | 56 |
| Binary | 10101010 | 1000010 | 10001100 | 0 | 111101 | 10010 | 100001 | 100111101 | 101100 | 101110 |
Color Harmonies of #AA428C
Complementary color
Monochromatic Colors of #AA428C
Black with #AA428C
Text Example
Text Example
White with #AA428C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA428C; }
p { color: rgb(170,66,140); }
H1.HeaderClassName
{
color: #AA428C;
}
.AnyTagClassName
{
color: #AA428C;
}
</style>
background-color css
<style>
a { background-color: #AA428C; }
a { background-color: rgb(170,66,140); }
div.DivClassName
{
background-color: #AA428C;
}
.BgClassName
{
background-color: #AA428C;
}
</style>
border-color css
<style>
span { border-color: #AA428C; }
span { border-color: rgb(170,66,140); }
td.TdClassName
{
border-color: #AA428C;
}
.TagClassName
{
border-color: #AA428C;
}
</style>