Shades of Medium Red Violet #AE278A
Tints of Medium Red Violet #AE278A
RGB
CMYK
RGB Variations
Color information
#AE278A (or 0xAE278A) is known color: Medium Red Violet. HEX triplet: AE, 27 and 8A. RGB value is (174,39,138). Sum of RGB (Red+Green+Blue) = 174+39+138=351 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.57% from 351); Green value is 39 (15.62% from 255 or 11.11% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 174 - color contains mainly: red. Hex color #AE278A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE278A is #51D875. Grayscale: #5A5A5A. Windows color (decimal): -5363830 or 9054126. OLE color: 9054126.
HSL color Cylindrical-coordinate representation of color #AE278A: hue angle of 316º 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 #AE278A is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 39 | 138 | - |
| CMYK | 0 | 0.78 | 0.21 | 0.32 |
| HSL | 316º | 0.63% | 0.42% | - |
| HSV(B) | 316º | 0.78% | 0.68% | - |
| XYZ | 22.77 | 12.28 | 25.22 | - |
| YUV | 90.65 | 154.73 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 39 | 138 | 0 | 0.78 | 0.21 | 0.32 | 316 | 0.63 | 0.42 |
| Hex | AE | 27 | 8A | 0 | 4E | 15 | 20 | 13C | 3F | 2A |
| Octal | 256 | 47 | 212 | 0 | 116 | 25 | 40 | 474 | 77 | 52 |
| Binary | 10101110 | 100111 | 10001010 | 0 | 1001110 | 10101 | 100000 | 100111100 | 111111 | 101010 |
Color Harmonies of #AE278A
Complementary color
Monochromatic Colors of #AE278A
Black with #AE278A
Text Example
Text Example
White with #AE278A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE278A; }
p { color: rgb(174,39,138); }
H1.HeaderClassName
{
color: #AE278A;
}
.AnyTagClassName
{
color: #AE278A;
}
</style>
background-color css
<style>
a { background-color: #AE278A; }
a { background-color: rgb(174,39,138); }
div.DivClassName
{
background-color: #AE278A;
}
.BgClassName
{
background-color: #AE278A;
}
</style>
border-color css
<style>
span { border-color: #AE278A; }
span { border-color: rgb(174,39,138); }
td.TdClassName
{
border-color: #AE278A;
}
.TagClassName
{
border-color: #AE278A;
}
</style>