Shades of Medium Red Violet #AE399B
Tints of Medium Red Violet #AE399B
RGB
CMYK
RGB Variations
Color information
#AE399B (or 0xAE399B) is known color: Medium Red Violet. HEX triplet: AE, 39 and 9B. RGB value is (174,57,155). Sum of RGB (Red+Green+Blue) = 174+57+155=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 57 (22.66% from 255 or 14.77% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 174 - color contains mainly: red. Hex color #AE399B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE399B is #51C664. Grayscale: #666666. Windows color (decimal): -5359205 or 10172846. OLE color: 10172846.
HSL color Cylindrical-coordinate representation of color #AE399B: hue angle of 309.74º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AE399B is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 57 | 155 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.32 |
| HSL | 309.74º | 0.51% | 0.45% | - |
| HSV(B) | 309.74º | 0.67% | 0.68% | - |
| XYZ | 24.84 | 14.29 | 32.46 | - |
| YUV | 103.16 | 157.26 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 57 | 155 | 0 | 0.67 | 0.11 | 0.32 | 309.74 | 0.51 | 0.45 |
| Hex | AE | 39 | 9B | 0 | 43 | B | 20 | 136 | 33 | 2D |
| Octal | 256 | 71 | 233 | 0 | 103 | 13 | 40 | 466 | 63 | 55 |
| Binary | 10101110 | 111001 | 10011011 | 0 | 1000011 | 1011 | 100000 | 100110110 | 110011 | 101101 |
Color Harmonies of #AE399B
Complementary color
Monochromatic Colors of #AE399B
Black with #AE399B
Text Example
Text Example
White with #AE399B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE399B; }
p { color: rgb(174,57,155); }
H1.HeaderClassName
{
color: #AE399B;
}
.AnyTagClassName
{
color: #AE399B;
}
</style>
background-color css
<style>
a { background-color: #AE399B; }
a { background-color: rgb(174,57,155); }
div.DivClassName
{
background-color: #AE399B;
}
.BgClassName
{
background-color: #AE399B;
}
</style>
border-color css
<style>
span { border-color: #AE399B; }
span { border-color: rgb(174,57,155); }
td.TdClassName
{
border-color: #AE399B;
}
.TagClassName
{
border-color: #AE399B;
}
</style>