Shades of Medium Red Violet #AE3F9E
Tints of Medium Red Violet #AE3F9E
RGB
CMYK
RGB Variations
Color information
#AE3F9E (or 0xAE3F9E) is known color: Medium Red Violet. HEX triplet: AE, 3F and 9E. RGB value is (174,63,158). Sum of RGB (Red+Green+Blue) = 174+63+158=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 63 (25% from 255 or 15.95% from 395); Blue value is 158 (62.11% from 255 or 40% from 395); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3F9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3F9E is #51C061. Grayscale: #6A6A6A. Windows color (decimal): -5357666 or 10370990. OLE color: 10370990.
HSL color Cylindrical-coordinate representation of color #AE3F9E: hue angle of 308.65º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AE3F9E is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 63 | 158 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.32 |
| HSL | 308.65º | 0.47% | 0.46% | - |
| HSV(B) | 308.65º | 0.64% | 0.68% | - |
| XYZ | 25.4 | 15.02 | 33.91 | - |
| YUV | 107.02 | 156.77 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 63 | 158 | 0 | 0.64 | 0.09 | 0.32 | 308.65 | 0.47 | 0.46 |
| Hex | AE | 3F | 9E | 0 | 40 | 9 | 20 | 135 | 2F | 2E |
| Octal | 256 | 77 | 236 | 0 | 100 | 11 | 40 | 465 | 57 | 56 |
| Binary | 10101110 | 111111 | 10011110 | 0 | 1000000 | 1001 | 100000 | 100110101 | 101111 | 101110 |
Color Harmonies of #AE3F9E
Complementary color
Monochromatic Colors of #AE3F9E
Black with #AE3F9E
Text Example
Text Example
White with #AE3F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3F9E; }
p { color: rgb(174,63,158); }
H1.HeaderClassName
{
color: #AE3F9E;
}
.AnyTagClassName
{
color: #AE3F9E;
}
</style>
background-color css
<style>
a { background-color: #AE3F9E; }
a { background-color: rgb(174,63,158); }
div.DivClassName
{
background-color: #AE3F9E;
}
.BgClassName
{
background-color: #AE3F9E;
}
</style>
border-color css
<style>
span { border-color: #AE3F9E; }
span { border-color: rgb(174,63,158); }
td.TdClassName
{
border-color: #AE3F9E;
}
.TagClassName
{
border-color: #AE3F9E;
}
</style>