Shades of Medium Red Violet #AE2174
Tints of Medium Red Violet #AE2174
RGB
CMYK
RGB Variations
Color information
#AE2174 (or 0xAE2174) is known color: Medium Red Violet. HEX triplet: AE, 21 and 74. RGB value is (174,33,116). Sum of RGB (Red+Green+Blue) = 174+33+116=323 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.87% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 116 (45.70% from 255 or 35.91% from 323); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2174 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2174 is #51DE8B. Grayscale: #545454. Windows color (decimal): -5365388 or 7610798. OLE color: 7610798.
HSL color Cylindrical-coordinate representation of color #AE2174: hue angle of 324.68º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AE2174 is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 33 | 116 | - |
| CMYK | 0 | 0.81 | 0.33 | 0.32 |
| HSL | 324.68º | 0.68% | 0.41% | - |
| HSV(B) | 324.68º | 0.81% | 0.68% | - |
| XYZ | 21.15 | 11.35 | 17.6 | - |
| YUV | 84.62 | 145.71 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 33 | 116 | 0 | 0.81 | 0.33 | 0.32 | 324.68 | 0.68 | 0.41 |
| Hex | AE | 21 | 74 | 0 | 51 | 21 | 20 | 145 | 44 | 29 |
| Octal | 256 | 41 | 164 | 0 | 121 | 41 | 40 | 505 | 104 | 51 |
| Binary | 10101110 | 100001 | 1110100 | 0 | 1010001 | 100001 | 100000 | 101000101 | 1000100 | 101001 |
Color Harmonies of #AE2174
Complementary color
Monochromatic Colors of #AE2174
Black with #AE2174
Text Example
Text Example
White with #AE2174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2174; }
p { color: rgb(174,33,116); }
H1.HeaderClassName
{
color: #AE2174;
}
.AnyTagClassName
{
color: #AE2174;
}
</style>
background-color css
<style>
a { background-color: #AE2174; }
a { background-color: rgb(174,33,116); }
div.DivClassName
{
background-color: #AE2174;
}
.BgClassName
{
background-color: #AE2174;
}
</style>
border-color css
<style>
span { border-color: #AE2174; }
span { border-color: rgb(174,33,116); }
td.TdClassName
{
border-color: #AE2174;
}
.TagClassName
{
border-color: #AE2174;
}
</style>