Shades of Medium Violet Red #AE1A8D
Tints of Medium Violet Red #AE1A8D
RGB
CMYK
RGB Variations
Color information
#AE1A8D (or 0xAE1A8D) is known color: Medium Violet Red. HEX triplet: AE, 1A and 8D. RGB value is (174,26,141). Sum of RGB (Red+Green+Blue) = 174+26+141=341 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.03% from 341); Green value is 26 (10.55% from 255 or 7.62% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1A8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1A8D is #51E572. Grayscale: #535353. Windows color (decimal): -5367155 or 9247406. OLE color: 9247406.
HSL color Cylindrical-coordinate representation of color #AE1A8D: hue angle of 313.38º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AE1A8D is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 26 | 141 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.32 |
| HSL | 313.38º | 0.74% | 0.39% | - |
| HSV(B) | 313.38º | 0.85% | 0.68% | - |
| XYZ | 22.63 | 11.66 | 26.26 | - |
| YUV | 83.36 | 160.53 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 26 | 141 | 0 | 0.85 | 0.19 | 0.32 | 313.38 | 0.74 | 0.39 |
| Hex | AE | 1A | 8D | 0 | 55 | 13 | 20 | 139 | 4A | 27 |
| Octal | 256 | 32 | 215 | 0 | 125 | 23 | 40 | 471 | 112 | 47 |
| Binary | 10101110 | 11010 | 10001101 | 0 | 1010101 | 10011 | 100000 | 100111001 | 1001010 | 100111 |
Color Harmonies of #AE1A8D
Complementary color
Monochromatic Colors of #AE1A8D
Black with #AE1A8D
Text Example
Text Example
White with #AE1A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1A8D; }
p { color: rgb(174,26,141); }
H1.HeaderClassName
{
color: #AE1A8D;
}
.AnyTagClassName
{
color: #AE1A8D;
}
</style>
background-color css
<style>
a { background-color: #AE1A8D; }
a { background-color: rgb(174,26,141); }
div.DivClassName
{
background-color: #AE1A8D;
}
.BgClassName
{
background-color: #AE1A8D;
}
</style>
border-color css
<style>
span { border-color: #AE1A8D; }
span { border-color: rgb(174,26,141); }
td.TdClassName
{
border-color: #AE1A8D;
}
.TagClassName
{
border-color: #AE1A8D;
}
</style>