Shades of Medium Violet Red #AE008D
Tints of Medium Violet Red #AE008D
RGB
CMYK
RGB Variations
Color information
#AE008D (or 0xAE008D) is known color: Medium Violet Red. HEX triplet: AE, 00 and 8D. RGB value is (174,0,141). Sum of RGB (Red+Green+Blue) = 174+0+141=315 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.24% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 174 - color contains mainly: red. Hex color #AE008D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE008D is #51FF72. Grayscale: #434343. Windows color (decimal): -5373811 or 9240750. OLE color: 9240750.
HSL color Cylindrical-coordinate representation of color #AE008D: hue angle of 311.38º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE008D is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 0 | 141 | - |
| CMYK | 0 | 1 | 0.19 | 0.32 |
| HSL | 311.38º | 1% | 0.34% | - |
| HSV(B) | 311.38º | 1% | 0.68% | - |
| XYZ | 22.26 | 10.92 | 26.13 | - |
| YUV | 68.1 | 169.15 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 0 | 141 | 0 | 1 | 0.19 | 0.32 | 311.38 | 1 | 0.34 |
| Hex | AE | 0 | 8D | 0 | 64 | 13 | 20 | 137 | 64 | 22 |
| Octal | 256 | 0 | 215 | 0 | 144 | 23 | 40 | 467 | 144 | 42 |
| Binary | 10101110 | 0 | 10001101 | 0 | 1100100 | 10011 | 100000 | 100110111 | 1100100 | 100010 |
Color Harmonies of #AE008D
Complementary color
Monochromatic Colors of #AE008D
Black with #AE008D
Text Example
Text Example
White with #AE008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE008D; }
p { color: rgb(174,0,141); }
H1.HeaderClassName
{
color: #AE008D;
}
.AnyTagClassName
{
color: #AE008D;
}
</style>
background-color css
<style>
a { background-color: #AE008D; }
a { background-color: rgb(174,0,141); }
div.DivClassName
{
background-color: #AE008D;
}
.BgClassName
{
background-color: #AE008D;
}
</style>
border-color css
<style>
span { border-color: #AE008D; }
span { border-color: rgb(174,0,141); }
td.TdClassName
{
border-color: #AE008D;
}
.TagClassName
{
border-color: #AE008D;
}
</style>