Shades of Medium Red Violet #AE219D
Tints of Medium Red Violet #AE219D
RGB
CMYK
RGB Variations
Color information
#AE219D (or 0xAE219D) is known color: Medium Red Violet. HEX triplet: AE, 21 and 9D. RGB value is (174,33,157). Sum of RGB (Red+Green+Blue) = 174+33+157=364 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.80% from 364); Green value is 33 (13.28% from 255 or 9.07% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 174 - color contains mainly: red. Hex color #AE219D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE219D is #51DE62. Grayscale: #585858. Windows color (decimal): -5365347 or 10297774. OLE color: 10297774.
HSL color Cylindrical-coordinate representation of color #AE219D: hue angle of 307.23º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AE219D is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 33 | 157 | - |
| CMYK | 0 | 0.81 | 0.10 | 0.32 |
| HSL | 307.23º | 0.68% | 0.41% | - |
| HSV(B) | 307.23º | 0.81% | 0.68% | - |
| XYZ | 24.09 | 12.52 | 33.05 | - |
| YUV | 89.3 | 166.21 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 33 | 157 | 0 | 0.81 | 0.10 | 0.32 | 307.23 | 0.68 | 0.41 |
| Hex | AE | 21 | 9D | 0 | 51 | A | 20 | 133 | 44 | 29 |
| Octal | 256 | 41 | 235 | 0 | 121 | 12 | 40 | 463 | 104 | 51 |
| Binary | 10101110 | 100001 | 10011101 | 0 | 1010001 | 1010 | 100000 | 100110011 | 1000100 | 101001 |
Color Harmonies of #AE219D
Complementary color
Monochromatic Colors of #AE219D
Black with #AE219D
Text Example
Text Example
White with #AE219D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE219D; }
p { color: rgb(174,33,157); }
H1.HeaderClassName
{
color: #AE219D;
}
.AnyTagClassName
{
color: #AE219D;
}
</style>
background-color css
<style>
a { background-color: #AE219D; }
a { background-color: rgb(174,33,157); }
div.DivClassName
{
background-color: #AE219D;
}
.BgClassName
{
background-color: #AE219D;
}
</style>
border-color css
<style>
span { border-color: #AE219D; }
span { border-color: rgb(174,33,157); }
td.TdClassName
{
border-color: #AE219D;
}
.TagClassName
{
border-color: #AE219D;
}
</style>