Shades of Medium Red Violet #AE3998
Tints of Medium Red Violet #AE3998
RGB
CMYK
RGB Variations
Color information
#AE3998 (or 0xAE3998) is known color: Medium Red Violet. HEX triplet: AE, 39 and 98. RGB value is (174,57,152). Sum of RGB (Red+Green+Blue) = 174+57+152=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 57 (22.66% from 255 or 14.88% from 383); Blue value is 152 (59.77% from 255 or 39.69% from 383); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3998 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3998 is #51C667. Grayscale: #666666. Windows color (decimal): -5359208 or 9976238. OLE color: 9976238.
HSL color Cylindrical-coordinate representation of color #AE3998: hue angle of 311.28º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AE3998 is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 57 | 152 | - |
| CMYK | 0 | 0.67 | 0.13 | 0.32 |
| HSL | 311.28º | 0.51% | 0.45% | - |
| HSV(B) | 311.28º | 0.67% | 0.68% | - |
| XYZ | 24.59 | 14.19 | 31.15 | - |
| YUV | 102.81 | 155.76 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 57 | 152 | 0 | 0.67 | 0.13 | 0.32 | 311.28 | 0.51 | 0.45 |
| Hex | AE | 39 | 98 | 0 | 43 | D | 20 | 137 | 33 | 2D |
| Octal | 256 | 71 | 230 | 0 | 103 | 15 | 40 | 467 | 63 | 55 |
| Binary | 10101110 | 111001 | 10011000 | 0 | 1000011 | 1101 | 100000 | 100110111 | 110011 | 101101 |
Color Harmonies of #AE3998
Complementary color
Monochromatic Colors of #AE3998
Black with #AE3998
Text Example
Text Example
White with #AE3998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3998; }
p { color: rgb(174,57,152); }
H1.HeaderClassName
{
color: #AE3998;
}
.AnyTagClassName
{
color: #AE3998;
}
</style>
background-color css
<style>
a { background-color: #AE3998; }
a { background-color: rgb(174,57,152); }
div.DivClassName
{
background-color: #AE3998;
}
.BgClassName
{
background-color: #AE3998;
}
</style>
border-color css
<style>
span { border-color: #AE3998; }
span { border-color: rgb(174,57,152); }
td.TdClassName
{
border-color: #AE3998;
}
.TagClassName
{
border-color: #AE3998;
}
</style>