Shades of Medium Red Violet #AE2670
Tints of Medium Red Violet #AE2670
RGB
CMYK
RGB Variations
Color information
#AE2670 (or 0xAE2670) is known color: Medium Red Violet. HEX triplet: AE, 26 and 70. RGB value is (174,38,112). Sum of RGB (Red+Green+Blue) = 174+38+112=324 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.70% from 324); Green value is 38 (15.23% from 255 or 11.73% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2670 is #51D98F. Grayscale: #565656. Windows color (decimal): -5364112 or 7349934. OLE color: 7349934.
HSL color Cylindrical-coordinate representation of color #AE2670: hue angle of 327.35º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AE2670 is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 38 | 112 | - |
| CMYK | 0 | 0.78 | 0.36 | 0.32 |
| HSL | 327.35º | 0.64% | 0.42% | - |
| HSV(B) | 327.35º | 0.78% | 0.68% | - |
| XYZ | 21.07 | 11.55 | 16.45 | - |
| YUV | 87.1 | 142.06 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 38 | 112 | 0 | 0.78 | 0.36 | 0.32 | 327.35 | 0.64 | 0.42 |
| Hex | AE | 26 | 70 | 0 | 4E | 24 | 20 | 147 | 40 | 2A |
| Octal | 256 | 46 | 160 | 0 | 116 | 44 | 40 | 507 | 100 | 52 |
| Binary | 10101110 | 100110 | 1110000 | 0 | 1001110 | 100100 | 100000 | 101000111 | 1000000 | 101010 |
Color Harmonies of #AE2670
Complementary color
Monochromatic Colors of #AE2670
Black with #AE2670
Text Example
Text Example
White with #AE2670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2670; }
p { color: rgb(174,38,112); }
H1.HeaderClassName
{
color: #AE2670;
}
.AnyTagClassName
{
color: #AE2670;
}
</style>
background-color css
<style>
a { background-color: #AE2670; }
a { background-color: rgb(174,38,112); }
div.DivClassName
{
background-color: #AE2670;
}
.BgClassName
{
background-color: #AE2670;
}
</style>
border-color css
<style>
span { border-color: #AE2670; }
span { border-color: rgb(174,38,112); }
td.TdClassName
{
border-color: #AE2670;
}
.TagClassName
{
border-color: #AE2670;
}
</style>