Shades of Medium Red Violet #AE2A70
Tints of Medium Red Violet #AE2A70
RGB
CMYK
RGB Variations
Color information
#AE2A70 (or 0xAE2A70) is known color: Medium Red Violet. HEX triplet: AE, 2A and 70. RGB value is (174,42,112). Sum of RGB (Red+Green+Blue) = 174+42+112=328 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.05% from 328); Green value is 42 (16.80% from 255 or 12.80% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2A70 is #51D58F. Grayscale: #595959. Windows color (decimal): -5363088 or 7350958. OLE color: 7350958.
HSL color Cylindrical-coordinate representation of color #AE2A70: hue angle of 328.18º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AE2A70 is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 42 | 112 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.32 |
| HSL | 328.18º | 0.61% | 0.42% | - |
| HSV(B) | 328.18º | 0.76% | 0.68% | - |
| XYZ | 21.21 | 11.82 | 16.49 | - |
| YUV | 89.45 | 140.73 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 42 | 112 | 0 | 0.76 | 0.36 | 0.32 | 328.18 | 0.61 | 0.42 |
| Hex | AE | 2A | 70 | 0 | 4C | 24 | 20 | 148 | 3D | 2A |
| Octal | 256 | 52 | 160 | 0 | 114 | 44 | 40 | 510 | 75 | 52 |
| Binary | 10101110 | 101010 | 1110000 | 0 | 1001100 | 100100 | 100000 | 101001000 | 111101 | 101010 |
Color Harmonies of #AE2A70
Complementary color
Monochromatic Colors of #AE2A70
Black with #AE2A70
Text Example
Text Example
White with #AE2A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2A70; }
p { color: rgb(174,42,112); }
H1.HeaderClassName
{
color: #AE2A70;
}
.AnyTagClassName
{
color: #AE2A70;
}
</style>
background-color css
<style>
a { background-color: #AE2A70; }
a { background-color: rgb(174,42,112); }
div.DivClassName
{
background-color: #AE2A70;
}
.BgClassName
{
background-color: #AE2A70;
}
</style>
border-color css
<style>
span { border-color: #AE2A70; }
span { border-color: rgb(174,42,112); }
td.TdClassName
{
border-color: #AE2A70;
}
.TagClassName
{
border-color: #AE2A70;
}
</style>