Shades of Medium Red Violet #AE4080
Tints of Medium Red Violet #AE4080
RGB
CMYK
RGB Variations
Color information
#AE4080 (or 0xAE4080) is known color: Medium Red Violet. HEX triplet: AE, 40 and 80. RGB value is (174,64,128). Sum of RGB (Red+Green+Blue) = 174+64+128=366 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.54% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4080 is #51BF7F. Grayscale: #686868. Windows color (decimal): -5357440 or 8405166. OLE color: 8405166.
HSL color Cylindrical-coordinate representation of color #AE4080: hue angle of 325.09º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE4080 is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 64 | 128 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.32 |
| HSL | 325.09º | 0.46% | 0.47% | - |
| HSV(B) | 325.09º | 0.63% | 0.68% | - |
| XYZ | 23.19 | 14.22 | 21.95 | - |
| YUV | 104.19 | 141.44 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 64 | 128 | 0 | 0.63 | 0.26 | 0.32 | 325.09 | 0.46 | 0.47 |
| Hex | AE | 40 | 80 | 0 | 3F | 1A | 20 | 145 | 2E | 2F |
| Octal | 256 | 100 | 200 | 0 | 77 | 32 | 40 | 505 | 56 | 57 |
| Binary | 10101110 | 1000000 | 10000000 | 0 | 111111 | 11010 | 100000 | 101000101 | 101110 | 101111 |
Color Harmonies of #AE4080
Complementary color
Monochromatic Colors of #AE4080
Black with #AE4080
Text Example
Text Example
White with #AE4080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4080; }
p { color: rgb(174,64,128); }
H1.HeaderClassName
{
color: #AE4080;
}
.AnyTagClassName
{
color: #AE4080;
}
</style>
background-color css
<style>
a { background-color: #AE4080; }
a { background-color: rgb(174,64,128); }
div.DivClassName
{
background-color: #AE4080;
}
.BgClassName
{
background-color: #AE4080;
}
</style>
border-color css
<style>
span { border-color: #AE4080; }
span { border-color: rgb(174,64,128); }
td.TdClassName
{
border-color: #AE4080;
}
.TagClassName
{
border-color: #AE4080;
}
</style>