Shades of Medium Red Violet #AE209B
Tints of Medium Red Violet #AE209B
RGB
CMYK
RGB Variations
Color information
#AE209B (or 0xAE209B) is known color: Medium Red Violet. HEX triplet: AE, 20 and 9B. RGB value is (174,32,155). Sum of RGB (Red+Green+Blue) = 174+32+155=361 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.20% from 361); Green value is 32 (12.89% from 255 or 8.86% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 174 - color contains mainly: red. Hex color #AE209B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE209B is #51DF64. Grayscale: #585858. Windows color (decimal): -5365605 or 10166446. OLE color: 10166446.
HSL color Cylindrical-coordinate representation of color #AE209B: hue angle of 308.03º 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 #AE209B is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 32 | 155 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.32 |
| HSL | 308.03º | 0.69% | 0.4% | - |
| HSV(B) | 308.03º | 0.82% | 0.68% | - |
| XYZ | 23.89 | 12.4 | 32.14 | - |
| YUV | 88.48 | 165.54 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 32 | 155 | 0 | 0.82 | 0.11 | 0.32 | 308.03 | 0.69 | 0.4 |
| Hex | AE | 20 | 9B | 0 | 52 | B | 20 | 134 | 45 | 28 |
| Octal | 256 | 40 | 233 | 0 | 122 | 13 | 40 | 464 | 105 | 50 |
| Binary | 10101110 | 100000 | 10011011 | 0 | 1010010 | 1011 | 100000 | 100110100 | 1000101 | 101000 |
Color Harmonies of #AE209B
Complementary color
Monochromatic Colors of #AE209B
Black with #AE209B
Text Example
Text Example
White with #AE209B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE209B; }
p { color: rgb(174,32,155); }
H1.HeaderClassName
{
color: #AE209B;
}
.AnyTagClassName
{
color: #AE209B;
}
</style>
background-color css
<style>
a { background-color: #AE209B; }
a { background-color: rgb(174,32,155); }
div.DivClassName
{
background-color: #AE209B;
}
.BgClassName
{
background-color: #AE209B;
}
</style>
border-color css
<style>
span { border-color: #AE209B; }
span { border-color: rgb(174,32,155); }
td.TdClassName
{
border-color: #AE209B;
}
.TagClassName
{
border-color: #AE209B;
}
</style>