Shades of Medium Red Violet #AE209A
Tints of Medium Red Violet #AE209A
RGB
CMYK
RGB Variations
Color information
#AE209A (or 0xAE209A) is known color: Medium Red Violet. HEX triplet: AE, 20 and 9A. RGB value is (174,32,154). Sum of RGB (Red+Green+Blue) = 174+32+154=360 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.33% from 360); Green value is 32 (12.89% from 255 or 8.89% from 360); Blue value is 154 (60.55% from 255 or 42.78% from 360); Max value from RGB is 174 - color contains mainly: red. Hex color #AE209A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE209A is #51DF65. Grayscale: #585858. Windows color (decimal): -5365606 or 10100910. OLE color: 10100910.
HSL color Cylindrical-coordinate representation of color #AE209A: hue angle of 308.45º 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 #AE209A is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 32 | 154 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.32 |
| HSL | 308.45º | 0.69% | 0.4% | - |
| HSV(B) | 308.45º | 0.82% | 0.68% | - |
| XYZ | 23.8 | 12.36 | 31.7 | - |
| YUV | 88.37 | 165.04 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 32 | 154 | 0 | 0.82 | 0.11 | 0.32 | 308.45 | 0.69 | 0.4 |
| Hex | AE | 20 | 9A | 0 | 52 | B | 20 | 134 | 45 | 28 |
| Octal | 256 | 40 | 232 | 0 | 122 | 13 | 40 | 464 | 105 | 50 |
| Binary | 10101110 | 100000 | 10011010 | 0 | 1010010 | 1011 | 100000 | 100110100 | 1000101 | 101000 |
Color Harmonies of #AE209A
Complementary color
Monochromatic Colors of #AE209A
Black with #AE209A
Text Example
Text Example
White with #AE209A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE209A; }
p { color: rgb(174,32,154); }
H1.HeaderClassName
{
color: #AE209A;
}
.AnyTagClassName
{
color: #AE209A;
}
</style>
background-color css
<style>
a { background-color: #AE209A; }
a { background-color: rgb(174,32,154); }
div.DivClassName
{
background-color: #AE209A;
}
.BgClassName
{
background-color: #AE209A;
}
</style>
border-color css
<style>
span { border-color: #AE209A; }
span { border-color: rgb(174,32,154); }
td.TdClassName
{
border-color: #AE209A;
}
.TagClassName
{
border-color: #AE209A;
}
</style>