Shades of Medium Violet Red #AE0B80
Tints of Medium Violet Red #AE0B80
RGB
CMYK
RGB Variations
Color information
#AE0B80 (or 0xAE0B80) is known color: Medium Violet Red. HEX triplet: AE, 0B and 80. RGB value is (174,11,128). Sum of RGB (Red+Green+Blue) = 174+11+128=313 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.59% from 313); Green value is 11 (4.69% from 255 or 3.51% from 313); Blue value is 128 (50.39% from 255 or 40.89% from 313); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0B80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0B80 is #51F47F. Grayscale: #484848. Windows color (decimal): -5371008 or 8391598. OLE color: 8391598.
HSL color Cylindrical-coordinate representation of color #AE0B80: hue angle of 316.93º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE0B80 is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 11 | 128 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.32 |
| HSL | 316.93º | 0.88% | 0.36% | - |
| HSV(B) | 316.93º | 0.94% | 0.68% | - |
| XYZ | 21.47 | 10.8 | 21.37 | - |
| YUV | 73.08 | 159 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 11 | 128 | 0 | 0.94 | 0.26 | 0.32 | 316.93 | 0.88 | 0.36 |
| Hex | AE | B | 80 | 0 | 5E | 1A | 20 | 13D | 58 | 24 |
| Octal | 256 | 13 | 200 | 0 | 136 | 32 | 40 | 475 | 130 | 44 |
| Binary | 10101110 | 1011 | 10000000 | 0 | 1011110 | 11010 | 100000 | 100111101 | 1011000 | 100100 |
Color Harmonies of #AE0B80
Complementary color
Monochromatic Colors of #AE0B80
Black with #AE0B80
Text Example
Text Example
White with #AE0B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0B80; }
p { color: rgb(174,11,128); }
H1.HeaderClassName
{
color: #AE0B80;
}
.AnyTagClassName
{
color: #AE0B80;
}
</style>
background-color css
<style>
a { background-color: #AE0B80; }
a { background-color: rgb(174,11,128); }
div.DivClassName
{
background-color: #AE0B80;
}
.BgClassName
{
background-color: #AE0B80;
}
</style>
border-color css
<style>
span { border-color: #AE0B80; }
span { border-color: rgb(174,11,128); }
td.TdClassName
{
border-color: #AE0B80;
}
.TagClassName
{
border-color: #AE0B80;
}
</style>