Shades of Medium Red Violet #AE3A8C
Tints of Medium Red Violet #AE3A8C
RGB
CMYK
RGB Variations
Color information
#AE3A8C (or 0xAE3A8C) is known color: Medium Red Violet. HEX triplet: AE, 3A and 8C. RGB value is (174,58,140). Sum of RGB (Red+Green+Blue) = 174+58+140=372 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.77% from 372); Green value is 58 (23.05% from 255 or 15.59% from 372); Blue value is 140 (55.08% from 255 or 37.63% from 372); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3A8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3A8C is #51C573. Grayscale: #656565. Windows color (decimal): -5358964 or 9190062. OLE color: 9190062.
HSL color Cylindrical-coordinate representation of color #AE3A8C: hue angle of 317.59º 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 #AE3A8C is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 58 | 140 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.32 |
| HSL | 317.59º | 0.5% | 0.45% | - |
| HSV(B) | 317.59º | 0.67% | 0.68% | - |
| XYZ | 23.7 | 13.92 | 26.25 | - |
| YUV | 102.03 | 149.43 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 58 | 140 | 0 | 0.67 | 0.20 | 0.32 | 317.59 | 0.5 | 0.45 |
| Hex | AE | 3A | 8C | 0 | 43 | 14 | 20 | 13E | 32 | 2D |
| Octal | 256 | 72 | 214 | 0 | 103 | 24 | 40 | 476 | 62 | 55 |
| Binary | 10101110 | 111010 | 10001100 | 0 | 1000011 | 10100 | 100000 | 100111110 | 110010 | 101101 |
Color Harmonies of #AE3A8C
Complementary color
Monochromatic Colors of #AE3A8C
Black with #AE3A8C
Text Example
Text Example
White with #AE3A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3A8C; }
p { color: rgb(174,58,140); }
H1.HeaderClassName
{
color: #AE3A8C;
}
.AnyTagClassName
{
color: #AE3A8C;
}
</style>
background-color css
<style>
a { background-color: #AE3A8C; }
a { background-color: rgb(174,58,140); }
div.DivClassName
{
background-color: #AE3A8C;
}
.BgClassName
{
background-color: #AE3A8C;
}
</style>
border-color css
<style>
span { border-color: #AE3A8C; }
span { border-color: rgb(174,58,140); }
td.TdClassName
{
border-color: #AE3A8C;
}
.TagClassName
{
border-color: #AE3A8C;
}
</style>