Shades of Medium Red Violet #AE2394
Tints of Medium Red Violet #AE2394
RGB
CMYK
RGB Variations
Color information
#AE2394 (or 0xAE2394) is known color: Medium Red Violet. HEX triplet: AE, 23 and 94. RGB value is (174,35,148). Sum of RGB (Red+Green+Blue) = 174+35+148=357 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.74% from 357); Green value is 35 (14.06% from 255 or 9.80% from 357); Blue value is 148 (58.20% from 255 or 41.46% from 357); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2394 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2394 is #51DC6B. Grayscale: #595959. Windows color (decimal): -5364844 or 9708462. OLE color: 9708462.
HSL color Cylindrical-coordinate representation of color #AE2394: hue angle of 311.22º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE2394 is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 35 | 148 | - |
| CMYK | 0 | 0.80 | 0.15 | 0.32 |
| HSL | 311.22º | 0.67% | 0.41% | - |
| HSV(B) | 311.22º | 0.8% | 0.68% | - |
| XYZ | 23.4 | 12.34 | 29.17 | - |
| YUV | 89.44 | 161.05 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 35 | 148 | 0 | 0.80 | 0.15 | 0.32 | 311.22 | 0.67 | 0.41 |
| Hex | AE | 23 | 94 | 0 | 50 | F | 20 | 137 | 43 | 29 |
| Octal | 256 | 43 | 224 | 0 | 120 | 17 | 40 | 467 | 103 | 51 |
| Binary | 10101110 | 100011 | 10010100 | 0 | 1010000 | 1111 | 100000 | 100110111 | 1000011 | 101001 |
Color Harmonies of #AE2394
Complementary color
Monochromatic Colors of #AE2394
Black with #AE2394
Text Example
Text Example
White with #AE2394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2394; }
p { color: rgb(174,35,148); }
H1.HeaderClassName
{
color: #AE2394;
}
.AnyTagClassName
{
color: #AE2394;
}
</style>
background-color css
<style>
a { background-color: #AE2394; }
a { background-color: rgb(174,35,148); }
div.DivClassName
{
background-color: #AE2394;
}
.BgClassName
{
background-color: #AE2394;
}
</style>
border-color css
<style>
span { border-color: #AE2394; }
span { border-color: rgb(174,35,148); }
td.TdClassName
{
border-color: #AE2394;
}
.TagClassName
{
border-color: #AE2394;
}
</style>