Shades of Medium Violet Red #AE008E
Tints of Medium Violet Red #AE008E
RGB
CMYK
RGB Variations
Color information
#AE008E (or 0xAE008E) is known color: Medium Violet Red. HEX triplet: AE, 00 and 8E. RGB value is (174,0,142). Sum of RGB (Red+Green+Blue) = 174+0+142=316 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.06% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 174 - color contains mainly: red. Hex color #AE008E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE008E is #51FF71. Grayscale: #434343. Windows color (decimal): -5373810 or 9306286. OLE color: 9306286.
HSL color Cylindrical-coordinate representation of color #AE008E: hue angle of 311.03º 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 #AE008E is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 0 | 142 | - |
| CMYK | 0 | 1 | 0.18 | 0.32 |
| HSL | 311.03º | 1% | 0.34% | - |
| HSV(B) | 311.03º | 1% | 0.68% | - |
| XYZ | 22.34 | 10.95 | 26.53 | - |
| YUV | 68.21 | 169.65 | 203.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 0 | 142 | 0 | 1 | 0.18 | 0.32 | 311.03 | 1 | 0.34 |
| Hex | AE | 0 | 8E | 0 | 64 | 12 | 20 | 137 | 64 | 22 |
| Octal | 256 | 0 | 216 | 0 | 144 | 22 | 40 | 467 | 144 | 42 |
| Binary | 10101110 | 0 | 10001110 | 0 | 1100100 | 10010 | 100000 | 100110111 | 1100100 | 100010 |
Color Harmonies of #AE008E
Complementary color
Monochromatic Colors of #AE008E
Black with #AE008E
Text Example
Text Example
White with #AE008E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE008E; }
p { color: rgb(174,0,142); }
H1.HeaderClassName
{
color: #AE008E;
}
.AnyTagClassName
{
color: #AE008E;
}
</style>
background-color css
<style>
a { background-color: #AE008E; }
a { background-color: rgb(174,0,142); }
div.DivClassName
{
background-color: #AE008E;
}
.BgClassName
{
background-color: #AE008E;
}
</style>
border-color css
<style>
span { border-color: #AE008E; }
span { border-color: rgb(174,0,142); }
td.TdClassName
{
border-color: #AE008E;
}
.TagClassName
{
border-color: #AE008E;
}
</style>