Shades of Medium Red Violet #AE308D
Tints of Medium Red Violet #AE308D
RGB
CMYK
RGB Variations
Color information
#AE308D (or 0xAE308D) is known color: Medium Red Violet. HEX triplet: AE, 30 and 8D. RGB value is (174,48,141). Sum of RGB (Red+Green+Blue) = 174+48+141=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 174 - color contains mainly: red. Hex color #AE308D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE308D is #51CF72. Grayscale: #606060. Windows color (decimal): -5361523 or 9253038. OLE color: 9253038.
HSL color Cylindrical-coordinate representation of color #AE308D: hue angle of 315.71º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE308D is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 48 | 141 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.32 |
| HSL | 315.71º | 0.57% | 0.44% | - |
| HSV(B) | 315.71º | 0.72% | 0.68% | - |
| XYZ | 23.32 | 13.04 | 26.49 | - |
| YUV | 96.28 | 153.24 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 48 | 141 | 0 | 0.72 | 0.19 | 0.32 | 315.71 | 0.57 | 0.44 |
| Hex | AE | 30 | 8D | 0 | 48 | 13 | 20 | 13C | 39 | 2C |
| Octal | 256 | 60 | 215 | 0 | 110 | 23 | 40 | 474 | 71 | 54 |
| Binary | 10101110 | 110000 | 10001101 | 0 | 1001000 | 10011 | 100000 | 100111100 | 111001 | 101100 |
Color Harmonies of #AE308D
Complementary color
Monochromatic Colors of #AE308D
Black with #AE308D
Text Example
Text Example
White with #AE308D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE308D; }
p { color: rgb(174,48,141); }
H1.HeaderClassName
{
color: #AE308D;
}
.AnyTagClassName
{
color: #AE308D;
}
</style>
background-color css
<style>
a { background-color: #AE308D; }
a { background-color: rgb(174,48,141); }
div.DivClassName
{
background-color: #AE308D;
}
.BgClassName
{
background-color: #AE308D;
}
</style>
border-color css
<style>
span { border-color: #AE308D; }
span { border-color: rgb(174,48,141); }
td.TdClassName
{
border-color: #AE308D;
}
.TagClassName
{
border-color: #AE308D;
}
</style>