Shades of Medium Red Violet #AE288C
Tints of Medium Red Violet #AE288C
RGB
CMYK
RGB Variations
Color information
#AE288C (or 0xAE288C) is known color: Medium Red Violet. HEX triplet: AE, 28 and 8C. RGB value is (174,40,140). Sum of RGB (Red+Green+Blue) = 174+40+140=354 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.15% from 354); Green value is 40 (16.02% from 255 or 11.30% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 174 - color contains mainly: red. Hex color #AE288C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE288C is #51D773. Grayscale: #5B5B5B. Windows color (decimal): -5363572 or 9185454. OLE color: 9185454.
HSL color Cylindrical-coordinate representation of color #AE288C: hue angle of 315.22º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AE288C is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 40 | 140 | - |
| CMYK | 0 | 0.77 | 0.20 | 0.32 |
| HSL | 315.22º | 0.63% | 0.42% | - |
| HSV(B) | 315.22º | 0.77% | 0.68% | - |
| XYZ | 22.95 | 12.41 | 26 | - |
| YUV | 91.47 | 155.39 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 40 | 140 | 0 | 0.77 | 0.20 | 0.32 | 315.22 | 0.63 | 0.42 |
| Hex | AE | 28 | 8C | 0 | 4D | 14 | 20 | 13B | 3F | 2A |
| Octal | 256 | 50 | 214 | 0 | 115 | 24 | 40 | 473 | 77 | 52 |
| Binary | 10101110 | 101000 | 10001100 | 0 | 1001101 | 10100 | 100000 | 100111011 | 111111 | 101010 |
Color Harmonies of #AE288C
Complementary color
Monochromatic Colors of #AE288C
Black with #AE288C
Text Example
Text Example
White with #AE288C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE288C; }
p { color: rgb(174,40,140); }
H1.HeaderClassName
{
color: #AE288C;
}
.AnyTagClassName
{
color: #AE288C;
}
</style>
background-color css
<style>
a { background-color: #AE288C; }
a { background-color: rgb(174,40,140); }
div.DivClassName
{
background-color: #AE288C;
}
.BgClassName
{
background-color: #AE288C;
}
</style>
border-color css
<style>
span { border-color: #AE288C; }
span { border-color: rgb(174,40,140); }
td.TdClassName
{
border-color: #AE288C;
}
.TagClassName
{
border-color: #AE288C;
}
</style>