Shades of Medium Red Violet #AE207B
Tints of Medium Red Violet #AE207B
RGB
CMYK
RGB Variations
Color information
#AE207B (or 0xAE207B) is known color: Medium Red Violet. HEX triplet: AE, 20 and 7B. RGB value is (174,32,123). Sum of RGB (Red+Green+Blue) = 174+32+123=329 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.89% from 329); Green value is 32 (12.89% from 255 or 9.73% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 174 - color contains mainly: red. Hex color #AE207B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE207B is #51DF84. Grayscale: #545454. Windows color (decimal): -5365637 or 8069294. OLE color: 8069294.
HSL color Cylindrical-coordinate representation of color #AE207B: hue angle of 321.55º 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 #AE207B is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 32 | 123 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.32 |
| HSL | 321.55º | 0.69% | 0.4% | - |
| HSV(B) | 321.55º | 0.82% | 0.68% | - |
| XYZ | 21.55 | 11.46 | 19.82 | - |
| YUV | 84.83 | 149.54 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 32 | 123 | 0 | 0.82 | 0.29 | 0.32 | 321.55 | 0.69 | 0.4 |
| Hex | AE | 20 | 7B | 0 | 52 | 1D | 20 | 142 | 45 | 28 |
| Octal | 256 | 40 | 173 | 0 | 122 | 35 | 40 | 502 | 105 | 50 |
| Binary | 10101110 | 100000 | 1111011 | 0 | 1010010 | 11101 | 100000 | 101000010 | 1000101 | 101000 |
Color Harmonies of #AE207B
Complementary color
Monochromatic Colors of #AE207B
Black with #AE207B
Text Example
Text Example
White with #AE207B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE207B; }
p { color: rgb(174,32,123); }
H1.HeaderClassName
{
color: #AE207B;
}
.AnyTagClassName
{
color: #AE207B;
}
</style>
background-color css
<style>
a { background-color: #AE207B; }
a { background-color: rgb(174,32,123); }
div.DivClassName
{
background-color: #AE207B;
}
.BgClassName
{
background-color: #AE207B;
}
</style>
border-color css
<style>
span { border-color: #AE207B; }
span { border-color: rgb(174,32,123); }
td.TdClassName
{
border-color: #AE207B;
}
.TagClassName
{
border-color: #AE207B;
}
</style>