Shades of Medium Red Violet #AE278C
Tints of Medium Red Violet #AE278C
RGB
CMYK
RGB Variations
Color information
#AE278C (or 0xAE278C) is known color: Medium Red Violet. HEX triplet: AE, 27 and 8C. RGB value is (174,39,140). Sum of RGB (Red+Green+Blue) = 174+39+140=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 39 (15.62% from 255 or 11.05% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 174 - color contains mainly: red. Hex color #AE278C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE278C is #51D873. Grayscale: #5A5A5A. Windows color (decimal): -5363828 or 9185198. OLE color: 9185198.
HSL color Cylindrical-coordinate representation of color #AE278C: hue angle of 315.11º degrees, saturation: 0.63, 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 #AE278C is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 39 | 140 | - |
| CMYK | 0 | 0.78 | 0.20 | 0.32 |
| HSL | 315.11º | 0.63% | 0.42% | - |
| HSV(B) | 315.11º | 0.78% | 0.68% | - |
| XYZ | 22.91 | 12.34 | 25.99 | - |
| YUV | 90.88 | 155.73 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 39 | 140 | 0 | 0.78 | 0.20 | 0.32 | 315.11 | 0.63 | 0.42 |
| Hex | AE | 27 | 8C | 0 | 4E | 14 | 20 | 13B | 3F | 2A |
| Octal | 256 | 47 | 214 | 0 | 116 | 24 | 40 | 473 | 77 | 52 |
| Binary | 10101110 | 100111 | 10001100 | 0 | 1001110 | 10100 | 100000 | 100111011 | 111111 | 101010 |
Color Harmonies of #AE278C
Complementary color
Monochromatic Colors of #AE278C
Black with #AE278C
Text Example
Text Example
White with #AE278C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE278C; }
p { color: rgb(174,39,140); }
H1.HeaderClassName
{
color: #AE278C;
}
.AnyTagClassName
{
color: #AE278C;
}
</style>
background-color css
<style>
a { background-color: #AE278C; }
a { background-color: rgb(174,39,140); }
div.DivClassName
{
background-color: #AE278C;
}
.BgClassName
{
background-color: #AE278C;
}
</style>
border-color css
<style>
span { border-color: #AE278C; }
span { border-color: rgb(174,39,140); }
td.TdClassName
{
border-color: #AE278C;
}
.TagClassName
{
border-color: #AE278C;
}
</style>