Shades of Medium Violet Red #AE097C
Tints of Medium Violet Red #AE097C
RGB
CMYK
RGB Variations
Color information
#AE097C (or 0xAE097C) is known color: Medium Violet Red. HEX triplet: AE, 09 and 7C. RGB value is (174,9,124). Sum of RGB (Red+Green+Blue) = 174+9+124=307 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.68% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 174 - color contains mainly: red. Hex color #AE097C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE097C is #51F683. Grayscale: #474747. Windows color (decimal): -5371524 or 8128942. OLE color: 8128942.
HSL color Cylindrical-coordinate representation of color #AE097C: hue angle of 318.18º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE097C is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 9 | 124 | - |
| CMYK | 0 | 0.95 | 0.29 | 0.32 |
| HSL | 318.18º | 0.9% | 0.36% | - |
| HSV(B) | 318.18º | 0.95% | 0.68% | - |
| XYZ | 21.19 | 10.65 | 20.01 | - |
| YUV | 71.45 | 157.66 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 9 | 124 | 0 | 0.95 | 0.29 | 0.32 | 318.18 | 0.9 | 0.36 |
| Hex | AE | 9 | 7C | 0 | 5F | 1D | 20 | 13E | 5A | 24 |
| Octal | 256 | 11 | 174 | 0 | 137 | 35 | 40 | 476 | 132 | 44 |
| Binary | 10101110 | 1001 | 1111100 | 0 | 1011111 | 11101 | 100000 | 100111110 | 1011010 | 100100 |
Color Harmonies of #AE097C
Complementary color
Monochromatic Colors of #AE097C
Black with #AE097C
Text Example
Text Example
White with #AE097C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE097C; }
p { color: rgb(174,9,124); }
H1.HeaderClassName
{
color: #AE097C;
}
.AnyTagClassName
{
color: #AE097C;
}
</style>
background-color css
<style>
a { background-color: #AE097C; }
a { background-color: rgb(174,9,124); }
div.DivClassName
{
background-color: #AE097C;
}
.BgClassName
{
background-color: #AE097C;
}
</style>
border-color css
<style>
span { border-color: #AE097C; }
span { border-color: rgb(174,9,124); }
td.TdClassName
{
border-color: #AE097C;
}
.TagClassName
{
border-color: #AE097C;
}
</style>