Shades of Medium Red Violet #AE267C
Tints of Medium Red Violet #AE267C
RGB
CMYK
RGB Variations
Color information
#AE267C (or 0xAE267C) is known color: Medium Red Violet. HEX triplet: AE, 26 and 7C. RGB value is (174,38,124). Sum of RGB (Red+Green+Blue) = 174+38+124=336 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.79% from 336); Green value is 38 (15.23% from 255 or 11.31% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 174 - color contains mainly: red. Hex color #AE267C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE267C is #51D983. Grayscale: #585858. Windows color (decimal): -5364100 or 8136366. OLE color: 8136366.
HSL color Cylindrical-coordinate representation of color #AE267C: hue angle of 322.06º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AE267C is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 38 | 124 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.32 |
| HSL | 322.06º | 0.64% | 0.42% | - |
| HSV(B) | 322.06º | 0.78% | 0.68% | - |
| XYZ | 21.79 | 11.84 | 20.21 | - |
| YUV | 88.47 | 148.06 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 38 | 124 | 0 | 0.78 | 0.29 | 0.32 | 322.06 | 0.64 | 0.42 |
| Hex | AE | 26 | 7C | 0 | 4E | 1D | 20 | 142 | 40 | 2A |
| Octal | 256 | 46 | 174 | 0 | 116 | 35 | 40 | 502 | 100 | 52 |
| Binary | 10101110 | 100110 | 1111100 | 0 | 1001110 | 11101 | 100000 | 101000010 | 1000000 | 101010 |
Color Harmonies of #AE267C
Complementary color
Monochromatic Colors of #AE267C
Black with #AE267C
Text Example
Text Example
White with #AE267C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE267C; }
p { color: rgb(174,38,124); }
H1.HeaderClassName
{
color: #AE267C;
}
.AnyTagClassName
{
color: #AE267C;
}
</style>
background-color css
<style>
a { background-color: #AE267C; }
a { background-color: rgb(174,38,124); }
div.DivClassName
{
background-color: #AE267C;
}
.BgClassName
{
background-color: #AE267C;
}
</style>
border-color css
<style>
span { border-color: #AE267C; }
span { border-color: rgb(174,38,124); }
td.TdClassName
{
border-color: #AE267C;
}
.TagClassName
{
border-color: #AE267C;
}
</style>