Shades of Medium Red Violet #AE28AA
Tints of Medium Red Violet #AE28AA
RGB
CMYK
RGB Variations
Color information
#AE28AA (or 0xAE28AA) is known color: Medium Red Violet. HEX triplet: AE, 28 and AA. RGB value is (174,40,170). Sum of RGB (Red+Green+Blue) = 174+40+170=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 40 (16.02% from 255 or 10.42% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 174 - color contains mainly: red. Hex color #AE28AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE28AA is #51D755. Grayscale: #5E5E5E. Windows color (decimal): -5363542 or 11151534. OLE color: 11151534.
HSL color Cylindrical-coordinate representation of color #AE28AA: hue angle of 301.79º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AE28AA is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 40 | 170 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.32 |
| HSL | 301.79º | 0.63% | 0.42% | - |
| HSV(B) | 301.79º | 0.77% | 0.68% | - |
| XYZ | 25.47 | 13.42 | 39.28 | - |
| YUV | 94.89 | 170.39 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 40 | 170 | 0 | 0.77 | 0.02 | 0.32 | 301.79 | 0.63 | 0.42 |
| Hex | AE | 28 | AA | 0 | 4D | 2 | 20 | 12E | 3F | 2A |
| Octal | 256 | 50 | 252 | 0 | 115 | 2 | 40 | 456 | 77 | 52 |
| Binary | 10101110 | 101000 | 10101010 | 0 | 1001101 | 10 | 100000 | 100101110 | 111111 | 101010 |
Color Harmonies of #AE28AA
Complementary color
Monochromatic Colors of #AE28AA
Black with #AE28AA
Text Example
Text Example
White with #AE28AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE28AA; }
p { color: rgb(174,40,170); }
H1.HeaderClassName
{
color: #AE28AA;
}
.AnyTagClassName
{
color: #AE28AA;
}
</style>
background-color css
<style>
a { background-color: #AE28AA; }
a { background-color: rgb(174,40,170); }
div.DivClassName
{
background-color: #AE28AA;
}
.BgClassName
{
background-color: #AE28AA;
}
</style>
border-color css
<style>
span { border-color: #AE28AA; }
span { border-color: rgb(174,40,170); }
td.TdClassName
{
border-color: #AE28AA;
}
.TagClassName
{
border-color: #AE28AA;
}
</style>