Shades of Medium Red Violet #AE28A8
Tints of Medium Red Violet #AE28A8
RGB
CMYK
RGB Variations
Color information
#AE28A8 (or 0xAE28A8) is known color: Medium Red Violet. HEX triplet: AE, 28 and A8. RGB value is (174,40,168). Sum of RGB (Red+Green+Blue) = 174+40+168=382 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.55% from 382); Green value is 40 (16.02% from 255 or 10.47% from 382); Blue value is 168 (66.02% from 255 or 43.98% from 382); Max value from RGB is 174 - color contains mainly: red. Hex color #AE28A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE28A8 is #51D757. Grayscale: #5E5E5E. Windows color (decimal): -5363544 or 11020462. OLE color: 11020462.
HSL color Cylindrical-coordinate representation of color #AE28A8: hue angle of 302.69º 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 #AE28A8 is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 40 | 168 | - |
| CMYK | 0 | 0.77 | 0.03 | 0.32 |
| HSL | 302.69º | 0.63% | 0.42% | - |
| HSV(B) | 302.69º | 0.77% | 0.68% | - |
| XYZ | 25.28 | 13.34 | 38.29 | - |
| YUV | 94.66 | 169.39 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 40 | 168 | 0 | 0.77 | 0.03 | 0.32 | 302.69 | 0.63 | 0.42 |
| Hex | AE | 28 | A8 | 0 | 4D | 3 | 20 | 12F | 3F | 2A |
| Octal | 256 | 50 | 250 | 0 | 115 | 3 | 40 | 457 | 77 | 52 |
| Binary | 10101110 | 101000 | 10101000 | 0 | 1001101 | 11 | 100000 | 100101111 | 111111 | 101010 |
Color Harmonies of #AE28A8
Complementary color
Monochromatic Colors of #AE28A8
Black with #AE28A8
Text Example
Text Example
White with #AE28A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE28A8; }
p { color: rgb(174,40,168); }
H1.HeaderClassName
{
color: #AE28A8;
}
.AnyTagClassName
{
color: #AE28A8;
}
</style>
background-color css
<style>
a { background-color: #AE28A8; }
a { background-color: rgb(174,40,168); }
div.DivClassName
{
background-color: #AE28A8;
}
.BgClassName
{
background-color: #AE28A8;
}
</style>
border-color css
<style>
span { border-color: #AE28A8; }
span { border-color: rgb(174,40,168); }
td.TdClassName
{
border-color: #AE28A8;
}
.TagClassName
{
border-color: #AE28A8;
}
</style>