Shades of Medium Red Violet #AE28A6
Tints of Medium Red Violet #AE28A6
RGB
CMYK
RGB Variations
Color information
#AE28A6 (or 0xAE28A6) is known color: Medium Red Violet. HEX triplet: AE, 28 and A6. RGB value is (174,40,166). Sum of RGB (Red+Green+Blue) = 174+40+166=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 40 (16.02% from 255 or 10.53% from 380); Blue value is 166 (65.23% from 255 or 43.68% from 380); Max value from RGB is 174 - color contains mainly: red. Hex color #AE28A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE28A6 is #51D759. Grayscale: #5E5E5E. Windows color (decimal): -5363546 or 10889390. OLE color: 10889390.
HSL color Cylindrical-coordinate representation of color #AE28A6: hue angle of 303.58º 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 #AE28A6 is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 40 | 166 | - |
| CMYK | 0 | 0.77 | 0.05 | 0.32 |
| HSL | 303.58º | 0.63% | 0.42% | - |
| HSV(B) | 303.58º | 0.77% | 0.68% | - |
| XYZ | 25.1 | 13.27 | 37.31 | - |
| YUV | 94.43 | 168.39 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 40 | 166 | 0 | 0.77 | 0.05 | 0.32 | 303.58 | 0.63 | 0.42 |
| Hex | AE | 28 | A6 | 0 | 4D | 5 | 20 | 130 | 3F | 2A |
| Octal | 256 | 50 | 246 | 0 | 115 | 5 | 40 | 460 | 77 | 52 |
| Binary | 10101110 | 101000 | 10100110 | 0 | 1001101 | 101 | 100000 | 100110000 | 111111 | 101010 |
Color Harmonies of #AE28A6
Complementary color
Monochromatic Colors of #AE28A6
Black with #AE28A6
Text Example
Text Example
White with #AE28A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE28A6; }
p { color: rgb(174,40,166); }
H1.HeaderClassName
{
color: #AE28A6;
}
.AnyTagClassName
{
color: #AE28A6;
}
</style>
background-color css
<style>
a { background-color: #AE28A6; }
a { background-color: rgb(174,40,166); }
div.DivClassName
{
background-color: #AE28A6;
}
.BgClassName
{
background-color: #AE28A6;
}
</style>
border-color css
<style>
span { border-color: #AE28A6; }
span { border-color: rgb(174,40,166); }
td.TdClassName
{
border-color: #AE28A6;
}
.TagClassName
{
border-color: #AE28A6;
}
</style>