Shades of Medium Red Violet #AE3C9D
Tints of Medium Red Violet #AE3C9D
RGB
CMYK
RGB Variations
Color information
#AE3C9D (or 0xAE3C9D) is known color: Medium Red Violet. HEX triplet: AE, 3C and 9D. RGB value is (174,60,157). Sum of RGB (Red+Green+Blue) = 174+60+157=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 60 (23.83% from 255 or 15.35% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3C9D is #51C362. Grayscale: #686868. Windows color (decimal): -5358435 or 10304686. OLE color: 10304686.
HSL color Cylindrical-coordinate representation of color #AE3C9D: hue angle of 308.95º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AE3C9D is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 60 | 157 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.32 |
| HSL | 308.95º | 0.49% | 0.46% | - |
| HSV(B) | 308.95º | 0.66% | 0.68% | - |
| XYZ | 25.16 | 14.66 | 33.4 | - |
| YUV | 105.14 | 157.27 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 60 | 157 | 0 | 0.66 | 0.10 | 0.32 | 308.95 | 0.49 | 0.46 |
| Hex | AE | 3C | 9D | 0 | 42 | A | 20 | 135 | 31 | 2E |
| Octal | 256 | 74 | 235 | 0 | 102 | 12 | 40 | 465 | 61 | 56 |
| Binary | 10101110 | 111100 | 10011101 | 0 | 1000010 | 1010 | 100000 | 100110101 | 110001 | 101110 |
Color Harmonies of #AE3C9D
Complementary color
Monochromatic Colors of #AE3C9D
Black with #AE3C9D
Text Example
Text Example
White with #AE3C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3C9D; }
p { color: rgb(174,60,157); }
H1.HeaderClassName
{
color: #AE3C9D;
}
.AnyTagClassName
{
color: #AE3C9D;
}
</style>
background-color css
<style>
a { background-color: #AE3C9D; }
a { background-color: rgb(174,60,157); }
div.DivClassName
{
background-color: #AE3C9D;
}
.BgClassName
{
background-color: #AE3C9D;
}
</style>
border-color css
<style>
span { border-color: #AE3C9D; }
span { border-color: rgb(174,60,157); }
td.TdClassName
{
border-color: #AE3C9D;
}
.TagClassName
{
border-color: #AE3C9D;
}
</style>