Shades of Medium Violet Red #AE1398
Tints of Medium Violet Red #AE1398
RGB
CMYK
RGB Variations
Color information
#AE1398 (or 0xAE1398) is known color: Medium Violet Red. HEX triplet: AE, 13 and 98. RGB value is (174,19,152). Sum of RGB (Red+Green+Blue) = 174+19+152=345 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.43% from 345); Green value is 19 (7.81% from 255 or 5.51% from 345); Blue value is 152 (59.77% from 255 or 44.06% from 345); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1398 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE1398 is #51EC67. Grayscale: #505050. Windows color (decimal): -5368936 or 9966510. OLE color: 9966510.
HSL color Cylindrical-coordinate representation of color #AE1398: hue angle of 308.52º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE1398 is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 19 | 152 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.32 |
| HSL | 308.52º | 0.8% | 0.38% | - |
| HSV(B) | 308.52º | 0.89% | 0.68% | - |
| XYZ | 23.36 | 11.73 | 30.74 | - |
| YUV | 80.51 | 168.35 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 19 | 152 | 0 | 0.89 | 0.13 | 0.32 | 308.52 | 0.8 | 0.38 |
| Hex | AE | 13 | 98 | 0 | 59 | D | 20 | 135 | 50 | 26 |
| Octal | 256 | 23 | 230 | 0 | 131 | 15 | 40 | 465 | 120 | 46 |
| Binary | 10101110 | 10011 | 10011000 | 0 | 1011001 | 1101 | 100000 | 100110101 | 1010000 | 100110 |
Color Harmonies of #AE1398
Complementary color
Monochromatic Colors of #AE1398
Black with #AE1398
Text Example
Text Example
White with #AE1398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1398; }
p { color: rgb(174,19,152); }
H1.HeaderClassName
{
color: #AE1398;
}
.AnyTagClassName
{
color: #AE1398;
}
</style>
background-color css
<style>
a { background-color: #AE1398; }
a { background-color: rgb(174,19,152); }
div.DivClassName
{
background-color: #AE1398;
}
.BgClassName
{
background-color: #AE1398;
}
</style>
border-color css
<style>
span { border-color: #AE1398; }
span { border-color: rgb(174,19,152); }
td.TdClassName
{
border-color: #AE1398;
}
.TagClassName
{
border-color: #AE1398;
}
</style>