Shades of Medium Violet Red #AE1282
Tints of Medium Violet Red #AE1282
RGB
CMYK
RGB Variations
Color information
#AE1282 (or 0xAE1282) is known color: Medium Violet Red. HEX triplet: AE, 12 and 82. RGB value is (174,18,130). Sum of RGB (Red+Green+Blue) = 174+18+130=322 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.04% from 322); Green value is 18 (7.42% from 255 or 5.59% from 322); Blue value is 130 (51.17% from 255 or 40.37% from 322); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1282 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE1282 is #51ED7D. Grayscale: #4D4D4D. Windows color (decimal): -5369214 or 8524462. OLE color: 8524462.
HSL color Cylindrical-coordinate representation of color #AE1282: hue angle of 316.92º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE1282 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 18 | 130 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.32 |
| HSL | 316.92º | 0.81% | 0.38% | - |
| HSV(B) | 316.92º | 0.9% | 0.68% | - |
| XYZ | 21.7 | 11.04 | 22.11 | - |
| YUV | 77.41 | 157.68 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 18 | 130 | 0 | 0.90 | 0.25 | 0.32 | 316.92 | 0.81 | 0.38 |
| Hex | AE | 12 | 82 | 0 | 5A | 19 | 20 | 13D | 51 | 26 |
| Octal | 256 | 22 | 202 | 0 | 132 | 31 | 40 | 475 | 121 | 46 |
| Binary | 10101110 | 10010 | 10000010 | 0 | 1011010 | 11001 | 100000 | 100111101 | 1010001 | 100110 |
Color Harmonies of #AE1282
Complementary color
Monochromatic Colors of #AE1282
Black with #AE1282
Text Example
Text Example
White with #AE1282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1282; }
p { color: rgb(174,18,130); }
H1.HeaderClassName
{
color: #AE1282;
}
.AnyTagClassName
{
color: #AE1282;
}
</style>
background-color css
<style>
a { background-color: #AE1282; }
a { background-color: rgb(174,18,130); }
div.DivClassName
{
background-color: #AE1282;
}
.BgClassName
{
background-color: #AE1282;
}
</style>
border-color css
<style>
span { border-color: #AE1282; }
span { border-color: rgb(174,18,130); }
td.TdClassName
{
border-color: #AE1282;
}
.TagClassName
{
border-color: #AE1282;
}
</style>