Shades of Medium Red Violet #AE438A
Tints of Medium Red Violet #AE438A
RGB
CMYK
RGB Variations
Color information
#AE438A (or 0xAE438A) is known color: Medium Red Violet. HEX triplet: AE, 43 and 8A. RGB value is (174,67,138). Sum of RGB (Red+Green+Blue) = 174+67+138=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 67 (26.56% from 255 or 17.68% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 174 - color contains mainly: red. Hex color #AE438A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE438A is #51BC75. Grayscale: #6A6A6A. Windows color (decimal): -5356662 or 9061294. OLE color: 9061294.
HSL color Cylindrical-coordinate representation of color #AE438A: hue angle of 320.19º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AE438A is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 67 | 138 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.32 |
| HSL | 320.19º | 0.44% | 0.47% | - |
| HSV(B) | 320.19º | 0.61% | 0.68% | - |
| XYZ | 24.05 | 14.85 | 25.64 | - |
| YUV | 107.09 | 145.45 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 67 | 138 | 0 | 0.61 | 0.21 | 0.32 | 320.19 | 0.44 | 0.47 |
| Hex | AE | 43 | 8A | 0 | 3D | 15 | 20 | 140 | 2C | 2F |
| Octal | 256 | 103 | 212 | 0 | 75 | 25 | 40 | 500 | 54 | 57 |
| Binary | 10101110 | 1000011 | 10001010 | 0 | 111101 | 10101 | 100000 | 101000000 | 101100 | 101111 |
Color Harmonies of #AE438A
Complementary color
Monochromatic Colors of #AE438A
Black with #AE438A
Text Example
Text Example
White with #AE438A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE438A; }
p { color: rgb(174,67,138); }
H1.HeaderClassName
{
color: #AE438A;
}
.AnyTagClassName
{
color: #AE438A;
}
</style>
background-color css
<style>
a { background-color: #AE438A; }
a { background-color: rgb(174,67,138); }
div.DivClassName
{
background-color: #AE438A;
}
.BgClassName
{
background-color: #AE438A;
}
</style>
border-color css
<style>
span { border-color: #AE438A; }
span { border-color: rgb(174,67,138); }
td.TdClassName
{
border-color: #AE438A;
}
.TagClassName
{
border-color: #AE438A;
}
</style>