Shades of Medium Red Violet #AE318B
Tints of Medium Red Violet #AE318B
RGB
CMYK
RGB Variations
Color information
#AE318B (or 0xAE318B) is known color: Medium Red Violet. HEX triplet: AE, 31 and 8B. RGB value is (174,49,139). Sum of RGB (Red+Green+Blue) = 174+49+139=362 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.07% from 362); Green value is 49 (19.53% from 255 or 13.54% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 174 - color contains mainly: red. Hex color #AE318B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE318B is #51CE74. Grayscale: #606060. Windows color (decimal): -5361269 or 9122222. OLE color: 9122222.
HSL color Cylindrical-coordinate representation of color #AE318B: hue angle of 316.8º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE318B is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 49 | 139 | - |
| CMYK | 0 | 0.72 | 0.20 | 0.32 |
| HSL | 316.8º | 0.56% | 0.44% | - |
| HSV(B) | 316.8º | 0.72% | 0.68% | - |
| XYZ | 23.21 | 13.06 | 25.72 | - |
| YUV | 96.64 | 151.91 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 49 | 139 | 0 | 0.72 | 0.20 | 0.32 | 316.8 | 0.56 | 0.44 |
| Hex | AE | 31 | 8B | 0 | 48 | 14 | 20 | 13D | 38 | 2C |
| Octal | 256 | 61 | 213 | 0 | 110 | 24 | 40 | 475 | 70 | 54 |
| Binary | 10101110 | 110001 | 10001011 | 0 | 1001000 | 10100 | 100000 | 100111101 | 111000 | 101100 |
Color Harmonies of #AE318B
Complementary color
Monochromatic Colors of #AE318B
Black with #AE318B
Text Example
Text Example
White with #AE318B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE318B; }
p { color: rgb(174,49,139); }
H1.HeaderClassName
{
color: #AE318B;
}
.AnyTagClassName
{
color: #AE318B;
}
</style>
background-color css
<style>
a { background-color: #AE318B; }
a { background-color: rgb(174,49,139); }
div.DivClassName
{
background-color: #AE318B;
}
.BgClassName
{
background-color: #AE318B;
}
</style>
border-color css
<style>
span { border-color: #AE318B; }
span { border-color: rgb(174,49,139); }
td.TdClassName
{
border-color: #AE318B;
}
.TagClassName
{
border-color: #AE318B;
}
</style>