Shades of Medium Violet Red #AE027F
Tints of Medium Violet Red #AE027F
RGB
CMYK
RGB Variations
Color information
#AE027F (or 0xAE027F) is known color: Medium Violet Red. HEX triplet: AE, 02 and 7F. RGB value is (174,2,127). Sum of RGB (Red+Green+Blue) = 174+2+127=303 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.43% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 127 (50% from 255 or 41.91% from 303); Max value from RGB is 174 - color contains mainly: red. Hex color #AE027F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE027F is #51FD80. Grayscale: #434343. Windows color (decimal): -5373313 or 8323758. OLE color: 8323758.
HSL color Cylindrical-coordinate representation of color #AE027F: hue angle of 316.4º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE027F is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 2 | 127 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.32 |
| HSL | 316.4º | 0.98% | 0.35% | - |
| HSV(B) | 316.4º | 0.99% | 0.68% | - |
| XYZ | 21.31 | 10.57 | 21 | - |
| YUV | 67.68 | 161.48 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 2 | 127 | 0 | 0.99 | 0.27 | 0.32 | 316.4 | 0.98 | 0.35 |
| Hex | AE | 2 | 7F | 0 | 63 | 1B | 20 | 13C | 62 | 23 |
| Octal | 256 | 2 | 177 | 0 | 143 | 33 | 40 | 474 | 142 | 43 |
| Binary | 10101110 | 10 | 1111111 | 0 | 1100011 | 11011 | 100000 | 100111100 | 1100010 | 100011 |
Color Harmonies of #AE027F
Complementary color
Monochromatic Colors of #AE027F
Black with #AE027F
Text Example
Text Example
White with #AE027F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE027F; }
p { color: rgb(174,2,127); }
H1.HeaderClassName
{
color: #AE027F;
}
.AnyTagClassName
{
color: #AE027F;
}
</style>
background-color css
<style>
a { background-color: #AE027F; }
a { background-color: rgb(174,2,127); }
div.DivClassName
{
background-color: #AE027F;
}
.BgClassName
{
background-color: #AE027F;
}
</style>
border-color css
<style>
span { border-color: #AE027F; }
span { border-color: rgb(174,2,127); }
td.TdClassName
{
border-color: #AE027F;
}
.TagClassName
{
border-color: #AE027F;
}
</style>