Shades of Medium Violet Red #AE018B
Tints of Medium Violet Red #AE018B
RGB
CMYK
RGB Variations
Color information
#AE018B (or 0xAE018B) is known color: Medium Violet Red. HEX triplet: AE, 01 and 8B. RGB value is (174,1,139). Sum of RGB (Red+Green+Blue) = 174+1+139=314 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.41% from 314); Green value is 1 (0.78% from 255 or 0.32% from 314); Blue value is 139 (54.69% from 255 or 44.27% from 314); Max value from RGB is 174 - color contains mainly: red. Hex color #AE018B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE018B is #51FE74. Grayscale: #444444. Windows color (decimal): -5373557 or 9109934. OLE color: 9109934.
HSL color Cylindrical-coordinate representation of color #AE018B: hue angle of 312.14º 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 #AE018B is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 1 | 139 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.32 |
| HSL | 312.14º | 0.99% | 0.34% | - |
| HSV(B) | 312.14º | 0.99% | 0.68% | - |
| XYZ | 22.13 | 10.88 | 25.36 | - |
| YUV | 68.46 | 167.81 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 1 | 139 | 0 | 0.99 | 0.20 | 0.32 | 312.14 | 0.99 | 0.34 |
| Hex | AE | 1 | 8B | 0 | 63 | 14 | 20 | 138 | 63 | 22 |
| Octal | 256 | 1 | 213 | 0 | 143 | 24 | 40 | 470 | 143 | 42 |
| Binary | 10101110 | 1 | 10001011 | 0 | 1100011 | 10100 | 100000 | 100111000 | 1100011 | 100010 |
Color Harmonies of #AE018B
Complementary color
Monochromatic Colors of #AE018B
Black with #AE018B
Text Example
Text Example
White with #AE018B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE018B; }
p { color: rgb(174,1,139); }
H1.HeaderClassName
{
color: #AE018B;
}
.AnyTagClassName
{
color: #AE018B;
}
</style>
background-color css
<style>
a { background-color: #AE018B; }
a { background-color: rgb(174,1,139); }
div.DivClassName
{
background-color: #AE018B;
}
.BgClassName
{
background-color: #AE018B;
}
</style>
border-color css
<style>
span { border-color: #AE018B; }
span { border-color: rgb(174,1,139); }
td.TdClassName
{
border-color: #AE018B;
}
.TagClassName
{
border-color: #AE018B;
}
</style>