Shades of Medium Violet Red #AE15A3
Tints of Medium Violet Red #AE15A3
RGB
CMYK
RGB Variations
Color information
#AE15A3 (or 0xAE15A3) is known color: Medium Violet Red. HEX triplet: AE, 15 and A3. RGB value is (174,21,163). Sum of RGB (Red+Green+Blue) = 174+21+163=358 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.60% from 358); Green value is 21 (8.59% from 255 or 5.87% from 358); Blue value is 163 (64.06% from 255 or 45.53% from 358); Max value from RGB is 174 - color contains mainly: red. Hex color #AE15A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE15A3 is #51EA5C. Grayscale: #525252. Windows color (decimal): -5368413 or 10687918. OLE color: 10687918.
HSL color Cylindrical-coordinate representation of color #AE15A3: hue angle of 304.31º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AE15A3 is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 21 | 163 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.32 |
| HSL | 304.31º | 0.78% | 0.38% | - |
| HSV(B) | 304.31º | 0.88% | 0.68% | - |
| XYZ | 24.33 | 12.18 | 35.72 | - |
| YUV | 82.94 | 173.19 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 21 | 163 | 0 | 0.88 | 0.06 | 0.32 | 304.31 | 0.78 | 0.38 |
| Hex | AE | 15 | A3 | 0 | 58 | 6 | 20 | 130 | 4E | 26 |
| Octal | 256 | 25 | 243 | 0 | 130 | 6 | 40 | 460 | 116 | 46 |
| Binary | 10101110 | 10101 | 10100011 | 0 | 1011000 | 110 | 100000 | 100110000 | 1001110 | 100110 |
Color Harmonies of #AE15A3
Complementary color
Monochromatic Colors of #AE15A3
Black with #AE15A3
Text Example
Text Example
White with #AE15A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE15A3; }
p { color: rgb(174,21,163); }
H1.HeaderClassName
{
color: #AE15A3;
}
.AnyTagClassName
{
color: #AE15A3;
}
</style>
background-color css
<style>
a { background-color: #AE15A3; }
a { background-color: rgb(174,21,163); }
div.DivClassName
{
background-color: #AE15A3;
}
.BgClassName
{
background-color: #AE15A3;
}
</style>
border-color css
<style>
span { border-color: #AE15A3; }
span { border-color: rgb(174,21,163); }
td.TdClassName
{
border-color: #AE15A3;
}
.TagClassName
{
border-color: #AE15A3;
}
</style>