Shades of Medium Red Violet #AE388F
Tints of Medium Red Violet #AE388F
RGB
CMYK
RGB Variations
Color information
#AE388F (or 0xAE388F) is known color: Medium Red Violet. HEX triplet: AE, 38 and 8F. RGB value is (174,56,143). Sum of RGB (Red+Green+Blue) = 174+56+143=373 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.65% from 373); Green value is 56 (22.27% from 255 or 15.01% from 373); Blue value is 143 (56.25% from 255 or 38.34% from 373); Max value from RGB is 174 - color contains mainly: red. Hex color #AE388F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE388F is #51C770. Grayscale: #646464. Windows color (decimal): -5359473 or 9386158. OLE color: 9386158.
HSL color Cylindrical-coordinate representation of color #AE388F: hue angle of 315.76º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AE388F is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 56 | 143 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.32 |
| HSL | 315.76º | 0.51% | 0.45% | - |
| HSV(B) | 315.76º | 0.68% | 0.68% | - |
| XYZ | 23.83 | 13.81 | 27.4 | - |
| YUV | 101.2 | 151.59 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 56 | 143 | 0 | 0.68 | 0.18 | 0.32 | 315.76 | 0.51 | 0.45 |
| Hex | AE | 38 | 8F | 0 | 44 | 12 | 20 | 13C | 33 | 2D |
| Octal | 256 | 70 | 217 | 0 | 104 | 22 | 40 | 474 | 63 | 55 |
| Binary | 10101110 | 111000 | 10001111 | 0 | 1000100 | 10010 | 100000 | 100111100 | 110011 | 101101 |
Color Harmonies of #AE388F
Complementary color
Monochromatic Colors of #AE388F
Black with #AE388F
Text Example
Text Example
White with #AE388F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE388F; }
p { color: rgb(174,56,143); }
H1.HeaderClassName
{
color: #AE388F;
}
.AnyTagClassName
{
color: #AE388F;
}
</style>
background-color css
<style>
a { background-color: #AE388F; }
a { background-color: rgb(174,56,143); }
div.DivClassName
{
background-color: #AE388F;
}
.BgClassName
{
background-color: #AE388F;
}
</style>
border-color css
<style>
span { border-color: #AE388F; }
span { border-color: rgb(174,56,143); }
td.TdClassName
{
border-color: #AE388F;
}
.TagClassName
{
border-color: #AE388F;
}
</style>