Shades of Medium Violet Red #AE008C
Tints of Medium Violet Red #AE008C
RGB
CMYK
RGB Variations
Color information
#AE008C (or 0xAE008C) is known color: Medium Violet Red. HEX triplet: AE, 00 and 8C. RGB value is (174,0,140). Sum of RGB (Red+Green+Blue) = 174+0+140=314 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.41% from 314); Green value is 0 (0.39% from 255 or 0% from 314); Blue value is 140 (55.08% from 255 or 44.59% from 314); Max value from RGB is 174 - color contains mainly: red. Hex color #AE008C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE008C is #51FF73. Grayscale: #434343. Windows color (decimal): -5373812 or 9175214. OLE color: 9175214.
HSL color Cylindrical-coordinate representation of color #AE008C: hue angle of 311.72º 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 #AE008C is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 0 | 140 | - |
| CMYK | 0 | 1 | 0.20 | 0.32 |
| HSL | 311.72º | 1% | 0.34% | - |
| HSV(B) | 311.72º | 1% | 0.68% | - |
| XYZ | 22.19 | 10.89 | 25.74 | - |
| YUV | 67.99 | 168.65 | 203.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 0 | 140 | 0 | 1 | 0.20 | 0.32 | 311.72 | 1 | 0.34 |
| Hex | AE | 0 | 8C | 0 | 64 | 14 | 20 | 138 | 64 | 22 |
| Octal | 256 | 0 | 214 | 0 | 144 | 24 | 40 | 470 | 144 | 42 |
| Binary | 10101110 | 0 | 10001100 | 0 | 1100100 | 10100 | 100000 | 100111000 | 1100100 | 100010 |
Color Harmonies of #AE008C
Complementary color
Monochromatic Colors of #AE008C
Black with #AE008C
Text Example
Text Example
White with #AE008C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE008C; }
p { color: rgb(174,0,140); }
H1.HeaderClassName
{
color: #AE008C;
}
.AnyTagClassName
{
color: #AE008C;
}
</style>
background-color css
<style>
a { background-color: #AE008C; }
a { background-color: rgb(174,0,140); }
div.DivClassName
{
background-color: #AE008C;
}
.BgClassName
{
background-color: #AE008C;
}
</style>
border-color css
<style>
span { border-color: #AE008C; }
span { border-color: rgb(174,0,140); }
td.TdClassName
{
border-color: #AE008C;
}
.TagClassName
{
border-color: #AE008C;
}
</style>