Shades of Medium Red Violet #AE289B
Tints of Medium Red Violet #AE289B
RGB
CMYK
RGB Variations
Color information
#AE289B (or 0xAE289B) is known color: Medium Red Violet. HEX triplet: AE, 28 and 9B. RGB value is (174,40,155). Sum of RGB (Red+Green+Blue) = 174+40+155=369 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.15% from 369); Green value is 40 (16.02% from 255 or 10.84% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 174 - color contains mainly: red. Hex color #AE289B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE289B is #51D764. Grayscale: #5C5C5C. Windows color (decimal): -5363557 or 10168494. OLE color: 10168494.
HSL color Cylindrical-coordinate representation of color #AE289B: hue angle of 308.51º 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 #AE289B is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 40 | 155 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.32 |
| HSL | 308.51º | 0.63% | 0.42% | - |
| HSV(B) | 308.51º | 0.77% | 0.68% | - |
| XYZ | 24.13 | 12.88 | 32.23 | - |
| YUV | 93.18 | 162.89 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 40 | 155 | 0 | 0.77 | 0.11 | 0.32 | 308.51 | 0.63 | 0.42 |
| Hex | AE | 28 | 9B | 0 | 4D | B | 20 | 135 | 3F | 2A |
| Octal | 256 | 50 | 233 | 0 | 115 | 13 | 40 | 465 | 77 | 52 |
| Binary | 10101110 | 101000 | 10011011 | 0 | 1001101 | 1011 | 100000 | 100110101 | 111111 | 101010 |
Color Harmonies of #AE289B
Complementary color
Monochromatic Colors of #AE289B
Black with #AE289B
Text Example
Text Example
White with #AE289B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE289B; }
p { color: rgb(174,40,155); }
H1.HeaderClassName
{
color: #AE289B;
}
.AnyTagClassName
{
color: #AE289B;
}
</style>
background-color css
<style>
a { background-color: #AE289B; }
a { background-color: rgb(174,40,155); }
div.DivClassName
{
background-color: #AE289B;
}
.BgClassName
{
background-color: #AE289B;
}
</style>
border-color css
<style>
span { border-color: #AE289B; }
span { border-color: rgb(174,40,155); }
td.TdClassName
{
border-color: #AE289B;
}
.TagClassName
{
border-color: #AE289B;
}
</style>