Shades of Medium Violet Red #AE028D
Tints of Medium Violet Red #AE028D
RGB
CMYK
RGB Variations
Color information
#AE028D (or 0xAE028D) is known color: Medium Violet Red. HEX triplet: AE, 02 and 8D. RGB value is (174,2,141). Sum of RGB (Red+Green+Blue) = 174+2+141=317 (41% of max value = 765). Red value is 174 (68.36% from 255 or 54.89% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 174 - color contains mainly: red. Hex color #AE028D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE028D is #51FD72. Grayscale: #444444. Windows color (decimal): -5373299 or 9241262. OLE color: 9241262.
HSL color Cylindrical-coordinate representation of color #AE028D: hue angle of 311.51º 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 #AE028D is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 2 | 141 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.32 |
| HSL | 311.51º | 0.98% | 0.35% | - |
| HSV(B) | 311.51º | 0.99% | 0.68% | - |
| XYZ | 22.28 | 10.97 | 26.14 | - |
| YUV | 69.27 | 168.48 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 2 | 141 | 0 | 0.99 | 0.19 | 0.32 | 311.51 | 0.98 | 0.35 |
| Hex | AE | 2 | 8D | 0 | 63 | 13 | 20 | 138 | 62 | 23 |
| Octal | 256 | 2 | 215 | 0 | 143 | 23 | 40 | 470 | 142 | 43 |
| Binary | 10101110 | 10 | 10001101 | 0 | 1100011 | 10011 | 100000 | 100111000 | 1100010 | 100011 |
Color Harmonies of #AE028D
Complementary color
Monochromatic Colors of #AE028D
Black with #AE028D
Text Example
Text Example
White with #AE028D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE028D; }
p { color: rgb(174,2,141); }
H1.HeaderClassName
{
color: #AE028D;
}
.AnyTagClassName
{
color: #AE028D;
}
</style>
background-color css
<style>
a { background-color: #AE028D; }
a { background-color: rgb(174,2,141); }
div.DivClassName
{
background-color: #AE028D;
}
.BgClassName
{
background-color: #AE028D;
}
</style>
border-color css
<style>
span { border-color: #AE028D; }
span { border-color: rgb(174,2,141); }
td.TdClassName
{
border-color: #AE028D;
}
.TagClassName
{
border-color: #AE028D;
}
</style>