Shades of Medium Red Violet #AE379B
Tints of Medium Red Violet #AE379B
RGB
CMYK
RGB Variations
Color information
#AE379B (or 0xAE379B) is known color: Medium Red Violet. HEX triplet: AE, 37 and 9B. RGB value is (174,55,155). Sum of RGB (Red+Green+Blue) = 174+55+155=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 55 (21.88% from 255 or 14.32% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 174 - color contains mainly: red. Hex color #AE379B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE379B is #51C864. Grayscale: #656565. Windows color (decimal): -5359717 or 10172334. OLE color: 10172334.
HSL color Cylindrical-coordinate representation of color #AE379B: hue angle of 309.58º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AE379B is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 55 | 155 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.32 |
| HSL | 309.58º | 0.52% | 0.45% | - |
| HSV(B) | 309.58º | 0.68% | 0.68% | - |
| XYZ | 24.74 | 14.1 | 32.43 | - |
| YUV | 101.98 | 157.92 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 55 | 155 | 0 | 0.68 | 0.11 | 0.32 | 309.58 | 0.52 | 0.45 |
| Hex | AE | 37 | 9B | 0 | 44 | B | 20 | 136 | 34 | 2D |
| Octal | 256 | 67 | 233 | 0 | 104 | 13 | 40 | 466 | 64 | 55 |
| Binary | 10101110 | 110111 | 10011011 | 0 | 1000100 | 1011 | 100000 | 100110110 | 110100 | 101101 |
Color Harmonies of #AE379B
Complementary color
Monochromatic Colors of #AE379B
Black with #AE379B
Text Example
Text Example
White with #AE379B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE379B; }
p { color: rgb(174,55,155); }
H1.HeaderClassName
{
color: #AE379B;
}
.AnyTagClassName
{
color: #AE379B;
}
</style>
background-color css
<style>
a { background-color: #AE379B; }
a { background-color: rgb(174,55,155); }
div.DivClassName
{
background-color: #AE379B;
}
.BgClassName
{
background-color: #AE379B;
}
</style>
border-color css
<style>
span { border-color: #AE379B; }
span { border-color: rgb(174,55,155); }
td.TdClassName
{
border-color: #AE379B;
}
.TagClassName
{
border-color: #AE379B;
}
</style>