Shades of Medium Red Violet #AE279B
Tints of Medium Red Violet #AE279B
RGB
CMYK
RGB Variations
Color information
#AE279B (or 0xAE279B) is known color: Medium Red Violet. HEX triplet: AE, 27 and 9B. RGB value is (174,39,155). Sum of RGB (Red+Green+Blue) = 174+39+155=368 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.28% from 368); Green value is 39 (15.62% from 255 or 10.60% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 174 - color contains mainly: red. Hex color #AE279B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE279B is #51D864. Grayscale: #5C5C5C. Windows color (decimal): -5363813 or 10168238. OLE color: 10168238.
HSL color Cylindrical-coordinate representation of color #AE279B: hue angle of 308.44º 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 #AE279B is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 39 | 155 | - |
| CMYK | 0 | 0.78 | 0.11 | 0.32 |
| HSL | 308.44º | 0.63% | 0.42% | - |
| HSV(B) | 308.44º | 0.78% | 0.68% | - |
| XYZ | 24.1 | 12.82 | 32.21 | - |
| YUV | 92.59 | 163.23 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 39 | 155 | 0 | 0.78 | 0.11 | 0.32 | 308.44 | 0.63 | 0.42 |
| Hex | AE | 27 | 9B | 0 | 4E | B | 20 | 134 | 3F | 2A |
| Octal | 256 | 47 | 233 | 0 | 116 | 13 | 40 | 464 | 77 | 52 |
| Binary | 10101110 | 100111 | 10011011 | 0 | 1001110 | 1011 | 100000 | 100110100 | 111111 | 101010 |
Color Harmonies of #AE279B
Complementary color
Monochromatic Colors of #AE279B
Black with #AE279B
Text Example
Text Example
White with #AE279B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE279B; }
p { color: rgb(174,39,155); }
H1.HeaderClassName
{
color: #AE279B;
}
.AnyTagClassName
{
color: #AE279B;
}
</style>
background-color css
<style>
a { background-color: #AE279B; }
a { background-color: rgb(174,39,155); }
div.DivClassName
{
background-color: #AE279B;
}
.BgClassName
{
background-color: #AE279B;
}
</style>
border-color css
<style>
span { border-color: #AE279B; }
span { border-color: rgb(174,39,155); }
td.TdClassName
{
border-color: #AE279B;
}
.TagClassName
{
border-color: #AE279B;
}
</style>