Shades of Medium Red Violet #AE3C7A
Tints of Medium Red Violet #AE3C7A
RGB
CMYK
RGB Variations
Color information
#AE3C7A (or 0xAE3C7A) is known color: Medium Red Violet. HEX triplet: AE, 3C and 7A. RGB value is (174,60,122). Sum of RGB (Red+Green+Blue) = 174+60+122=356 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.88% from 356); Green value is 60 (23.83% from 255 or 16.85% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3C7A is #51C385. Grayscale: #656565. Windows color (decimal): -5358470 or 8010926. OLE color: 8010926.
HSL color Cylindrical-coordinate representation of color #AE3C7A: hue angle of 327.37º 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 #AE3C7A is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 60 | 122 | - |
| CMYK | 0 | 0.66 | 0.30 | 0.32 |
| HSL | 327.37º | 0.49% | 0.46% | - |
| HSV(B) | 327.37º | 0.66% | 0.68% | - |
| XYZ | 22.58 | 13.64 | 19.85 | - |
| YUV | 101.15 | 139.77 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 60 | 122 | 0 | 0.66 | 0.30 | 0.32 | 327.37 | 0.49 | 0.46 |
| Hex | AE | 3C | 7A | 0 | 42 | 1E | 20 | 147 | 31 | 2E |
| Octal | 256 | 74 | 172 | 0 | 102 | 36 | 40 | 507 | 61 | 56 |
| Binary | 10101110 | 111100 | 1111010 | 0 | 1000010 | 11110 | 100000 | 101000111 | 110001 | 101110 |
Color Harmonies of #AE3C7A
Complementary color
Monochromatic Colors of #AE3C7A
Black with #AE3C7A
Text Example
Text Example
White with #AE3C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3C7A; }
p { color: rgb(174,60,122); }
H1.HeaderClassName
{
color: #AE3C7A;
}
.AnyTagClassName
{
color: #AE3C7A;
}
</style>
background-color css
<style>
a { background-color: #AE3C7A; }
a { background-color: rgb(174,60,122); }
div.DivClassName
{
background-color: #AE3C7A;
}
.BgClassName
{
background-color: #AE3C7A;
}
</style>
border-color css
<style>
span { border-color: #AE3C7A; }
span { border-color: rgb(174,60,122); }
td.TdClassName
{
border-color: #AE3C7A;
}
.TagClassName
{
border-color: #AE3C7A;
}
</style>