Shades of Medium Violet Red #AE018A
Tints of Medium Violet Red #AE018A
RGB
CMYK
RGB Variations
Color information
#AE018A (or 0xAE018A) is known color: Medium Violet Red. HEX triplet: AE, 01 and 8A. RGB value is (174,1,138). Sum of RGB (Red+Green+Blue) = 174+1+138=313 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.59% from 313); Green value is 1 (0.78% from 255 or 0.32% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 174 - color contains mainly: red. Hex color #AE018A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE018A is #51FE75. Grayscale: #434343. Windows color (decimal): -5373558 or 9044398. OLE color: 9044398.
HSL color Cylindrical-coordinate representation of color #AE018A: hue angle of 312.49º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE018A is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 1 | 138 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.32 |
| HSL | 312.49º | 0.99% | 0.34% | - |
| HSV(B) | 312.49º | 0.99% | 0.68% | - |
| XYZ | 22.05 | 10.86 | 24.98 | - |
| YUV | 68.35 | 167.31 | 203.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 1 | 138 | 0 | 0.99 | 0.21 | 0.32 | 312.49 | 0.99 | 0.34 |
| Hex | AE | 1 | 8A | 0 | 63 | 15 | 20 | 138 | 63 | 22 |
| Octal | 256 | 1 | 212 | 0 | 143 | 25 | 40 | 470 | 143 | 42 |
| Binary | 10101110 | 1 | 10001010 | 0 | 1100011 | 10101 | 100000 | 100111000 | 1100011 | 100010 |
Color Harmonies of #AE018A
Complementary color
Monochromatic Colors of #AE018A
Black with #AE018A
Text Example
Text Example
White with #AE018A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE018A; }
p { color: rgb(174,1,138); }
H1.HeaderClassName
{
color: #AE018A;
}
.AnyTagClassName
{
color: #AE018A;
}
</style>
background-color css
<style>
a { background-color: #AE018A; }
a { background-color: rgb(174,1,138); }
div.DivClassName
{
background-color: #AE018A;
}
.BgClassName
{
background-color: #AE018A;
}
</style>
border-color css
<style>
span { border-color: #AE018A; }
span { border-color: rgb(174,1,138); }
td.TdClassName
{
border-color: #AE018A;
}
.TagClassName
{
border-color: #AE018A;
}
</style>