Shades of Medium Red Violet #AE38A0
Tints of Medium Red Violet #AE38A0
RGB
CMYK
RGB Variations
Color information
#AE38A0 (or 0xAE38A0) is known color: Medium Red Violet. HEX triplet: AE, 38 and A0. RGB value is (174,56,160). Sum of RGB (Red+Green+Blue) = 174+56+160=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 56 (22.27% from 255 or 14.36% from 390); Blue value is 160 (62.89% from 255 or 41.03% from 390); Max value from RGB is 174 - color contains mainly: red. Hex color #AE38A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE38A0 is #51C75F. Grayscale: #666666. Windows color (decimal): -5359456 or 10500270. OLE color: 10500270.
HSL color Cylindrical-coordinate representation of color #AE38A0: hue angle of 307.12º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AE38A0 is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 56 | 160 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.32 |
| HSL | 307.12º | 0.51% | 0.45% | - |
| HSV(B) | 307.12º | 0.68% | 0.68% | - |
| XYZ | 25.21 | 14.37 | 34.7 | - |
| YUV | 103.14 | 160.09 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 56 | 160 | 0 | 0.68 | 0.08 | 0.32 | 307.12 | 0.51 | 0.45 |
| Hex | AE | 38 | A0 | 0 | 44 | 8 | 20 | 133 | 33 | 2D |
| Octal | 256 | 70 | 240 | 0 | 104 | 10 | 40 | 463 | 63 | 55 |
| Binary | 10101110 | 111000 | 10100000 | 0 | 1000100 | 1000 | 100000 | 100110011 | 110011 | 101101 |
Color Harmonies of #AE38A0
Complementary color
Monochromatic Colors of #AE38A0
Black with #AE38A0
Text Example
Text Example
White with #AE38A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE38A0; }
p { color: rgb(174,56,160); }
H1.HeaderClassName
{
color: #AE38A0;
}
.AnyTagClassName
{
color: #AE38A0;
}
</style>
background-color css
<style>
a { background-color: #AE38A0; }
a { background-color: rgb(174,56,160); }
div.DivClassName
{
background-color: #AE38A0;
}
.BgClassName
{
background-color: #AE38A0;
}
</style>
border-color css
<style>
span { border-color: #AE38A0; }
span { border-color: rgb(174,56,160); }
td.TdClassName
{
border-color: #AE38A0;
}
.TagClassName
{
border-color: #AE38A0;
}
</style>