Shades of Medium Red Violet #AE248C
Tints of Medium Red Violet #AE248C
RGB
CMYK
RGB Variations
Color information
#AE248C (or 0xAE248C) is known color: Medium Red Violet. HEX triplet: AE, 24 and 8C. RGB value is (174,36,140). Sum of RGB (Red+Green+Blue) = 174+36+140=350 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.71% from 350); Green value is 36 (14.45% from 255 or 10.29% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 174 - color contains mainly: red. Hex color #AE248C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE248C is #51DB73. Grayscale: #585858. Windows color (decimal): -5364596 or 9184430. OLE color: 9184430.
HSL color Cylindrical-coordinate representation of color #AE248C: hue angle of 314.78º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AE248C is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 36 | 140 | - |
| CMYK | 0 | 0.79 | 0.20 | 0.32 |
| HSL | 314.78º | 0.66% | 0.41% | - |
| HSV(B) | 314.78º | 0.79% | 0.68% | - |
| XYZ | 22.82 | 12.15 | 25.95 | - |
| YUV | 89.12 | 156.72 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 36 | 140 | 0 | 0.79 | 0.20 | 0.32 | 314.78 | 0.66 | 0.41 |
| Hex | AE | 24 | 8C | 0 | 4F | 14 | 20 | 13B | 42 | 29 |
| Octal | 256 | 44 | 214 | 0 | 117 | 24 | 40 | 473 | 102 | 51 |
| Binary | 10101110 | 100100 | 10001100 | 0 | 1001111 | 10100 | 100000 | 100111011 | 1000010 | 101001 |
Color Harmonies of #AE248C
Complementary color
Monochromatic Colors of #AE248C
Black with #AE248C
Text Example
Text Example
White with #AE248C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE248C; }
p { color: rgb(174,36,140); }
H1.HeaderClassName
{
color: #AE248C;
}
.AnyTagClassName
{
color: #AE248C;
}
</style>
background-color css
<style>
a { background-color: #AE248C; }
a { background-color: rgb(174,36,140); }
div.DivClassName
{
background-color: #AE248C;
}
.BgClassName
{
background-color: #AE248C;
}
</style>
border-color css
<style>
span { border-color: #AE248C; }
span { border-color: rgb(174,36,140); }
td.TdClassName
{
border-color: #AE248C;
}
.TagClassName
{
border-color: #AE248C;
}
</style>