Shades of Medium Red Violet #AE209C
Tints of Medium Red Violet #AE209C
RGB
CMYK
RGB Variations
Color information
#AE209C (or 0xAE209C) is known color: Medium Red Violet. HEX triplet: AE, 20 and 9C. RGB value is (174,32,156). Sum of RGB (Red+Green+Blue) = 174+32+156=362 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.07% from 362); Green value is 32 (12.89% from 255 or 8.84% from 362); Blue value is 156 (61.33% from 255 or 43.09% from 362); Max value from RGB is 174 - color contains mainly: red. Hex color #AE209C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE209C is #51DF63. Grayscale: #585858. Windows color (decimal): -5365604 or 10231982. OLE color: 10231982.
HSL color Cylindrical-coordinate representation of color #AE209C: hue angle of 307.61º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE209C is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 32 | 156 | - |
| CMYK | 0 | 0.82 | 0.10 | 0.32 |
| HSL | 307.61º | 0.69% | 0.4% | - |
| HSV(B) | 307.61º | 0.82% | 0.68% | - |
| XYZ | 23.97 | 12.43 | 32.59 | - |
| YUV | 88.59 | 166.04 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 32 | 156 | 0 | 0.82 | 0.10 | 0.32 | 307.61 | 0.69 | 0.4 |
| Hex | AE | 20 | 9C | 0 | 52 | A | 20 | 134 | 45 | 28 |
| Octal | 256 | 40 | 234 | 0 | 122 | 12 | 40 | 464 | 105 | 50 |
| Binary | 10101110 | 100000 | 10011100 | 0 | 1010010 | 1010 | 100000 | 100110100 | 1000101 | 101000 |
Color Harmonies of #AE209C
Complementary color
Monochromatic Colors of #AE209C
Black with #AE209C
Text Example
Text Example
White with #AE209C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE209C; }
p { color: rgb(174,32,156); }
H1.HeaderClassName
{
color: #AE209C;
}
.AnyTagClassName
{
color: #AE209C;
}
</style>
background-color css
<style>
a { background-color: #AE209C; }
a { background-color: rgb(174,32,156); }
div.DivClassName
{
background-color: #AE209C;
}
.BgClassName
{
background-color: #AE209C;
}
</style>
border-color css
<style>
span { border-color: #AE209C; }
span { border-color: rgb(174,32,156); }
td.TdClassName
{
border-color: #AE209C;
}
.TagClassName
{
border-color: #AE209C;
}
</style>