Shades of Medium Red Violet #AE3A7A
Tints of Medium Red Violet #AE3A7A
RGB
CMYK
RGB Variations
Color information
#AE3A7A (or 0xAE3A7A) is known color: Medium Red Violet. HEX triplet: AE, 3A and 7A. RGB value is (174,58,122). Sum of RGB (Red+Green+Blue) = 174+58+122=354 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.15% from 354); Green value is 58 (23.05% from 255 or 16.38% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3A7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3A7A is #51C585. Grayscale: #636363. Windows color (decimal): -5358982 or 8010414. OLE color: 8010414.
HSL color Cylindrical-coordinate representation of color #AE3A7A: hue angle of 326.9º degrees, saturation: 0.5, 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 #AE3A7A is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 58 | 122 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.32 |
| HSL | 326.9º | 0.5% | 0.45% | - |
| HSV(B) | 326.9º | 0.67% | 0.68% | - |
| XYZ | 22.48 | 13.43 | 19.82 | - |
| YUV | 99.98 | 140.43 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 58 | 122 | 0 | 0.67 | 0.30 | 0.32 | 326.9 | 0.5 | 0.45 |
| Hex | AE | 3A | 7A | 0 | 43 | 1E | 20 | 147 | 32 | 2D |
| Octal | 256 | 72 | 172 | 0 | 103 | 36 | 40 | 507 | 62 | 55 |
| Binary | 10101110 | 111010 | 1111010 | 0 | 1000011 | 11110 | 100000 | 101000111 | 110010 | 101101 |
Color Harmonies of #AE3A7A
Complementary color
Monochromatic Colors of #AE3A7A
Black with #AE3A7A
Text Example
Text Example
White with #AE3A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3A7A; }
p { color: rgb(174,58,122); }
H1.HeaderClassName
{
color: #AE3A7A;
}
.AnyTagClassName
{
color: #AE3A7A;
}
</style>
background-color css
<style>
a { background-color: #AE3A7A; }
a { background-color: rgb(174,58,122); }
div.DivClassName
{
background-color: #AE3A7A;
}
.BgClassName
{
background-color: #AE3A7A;
}
</style>
border-color css
<style>
span { border-color: #AE3A7A; }
span { border-color: rgb(174,58,122); }
td.TdClassName
{
border-color: #AE3A7A;
}
.TagClassName
{
border-color: #AE3A7A;
}
</style>