Shades of Medium Red Violet #AE237B
Tints of Medium Red Violet #AE237B
RGB
CMYK
RGB Variations
Color information
#AE237B (or 0xAE237B) is known color: Medium Red Violet. HEX triplet: AE, 23 and 7B. RGB value is (174,35,123). Sum of RGB (Red+Green+Blue) = 174+35+123=332 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.41% from 332); Green value is 35 (14.06% from 255 or 10.54% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 174 - color contains mainly: red. Hex color #AE237B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE237B is #51DC84. Grayscale: #565656. Windows color (decimal): -5364869 or 8070062. OLE color: 8070062.
HSL color Cylindrical-coordinate representation of color #AE237B: hue angle of 322.01º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE237B is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 35 | 123 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.32 |
| HSL | 322.01º | 0.67% | 0.41% | - |
| HSV(B) | 322.01º | 0.8% | 0.68% | - |
| XYZ | 21.63 | 11.63 | 19.84 | - |
| YUV | 86.59 | 148.55 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 35 | 123 | 0 | 0.80 | 0.29 | 0.32 | 322.01 | 0.67 | 0.41 |
| Hex | AE | 23 | 7B | 0 | 50 | 1D | 20 | 142 | 43 | 29 |
| Octal | 256 | 43 | 173 | 0 | 120 | 35 | 40 | 502 | 103 | 51 |
| Binary | 10101110 | 100011 | 1111011 | 0 | 1010000 | 11101 | 100000 | 101000010 | 1000011 | 101001 |
Color Harmonies of #AE237B
Complementary color
Monochromatic Colors of #AE237B
Black with #AE237B
Text Example
Text Example
White with #AE237B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE237B; }
p { color: rgb(174,35,123); }
H1.HeaderClassName
{
color: #AE237B;
}
.AnyTagClassName
{
color: #AE237B;
}
</style>
background-color css
<style>
a { background-color: #AE237B; }
a { background-color: rgb(174,35,123); }
div.DivClassName
{
background-color: #AE237B;
}
.BgClassName
{
background-color: #AE237B;
}
</style>
border-color css
<style>
span { border-color: #AE237B; }
span { border-color: rgb(174,35,123); }
td.TdClassName
{
border-color: #AE237B;
}
.TagClassName
{
border-color: #AE237B;
}
</style>