Shades of Medium Red Violet #AE27A8
Tints of Medium Red Violet #AE27A8
RGB
CMYK
RGB Variations
Color information
#AE27A8 (or 0xAE27A8) is known color: Medium Red Violet. HEX triplet: AE, 27 and A8. RGB value is (174,39,168). Sum of RGB (Red+Green+Blue) = 174+39+168=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 39 (15.62% from 255 or 10.24% from 381); Blue value is 168 (66.02% from 255 or 44.09% from 381); Max value from RGB is 174 - color contains mainly: red. Hex color #AE27A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE27A8 is #51D857. Grayscale: #5D5D5D. Windows color (decimal): -5363800 or 11020206. OLE color: 11020206.
HSL color Cylindrical-coordinate representation of color #AE27A8: hue angle of 302.67º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AE27A8 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 39 | 168 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.32 |
| HSL | 302.67º | 0.63% | 0.42% | - |
| HSV(B) | 302.67º | 0.78% | 0.68% | - |
| XYZ | 25.25 | 13.28 | 38.28 | - |
| YUV | 94.07 | 169.73 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 39 | 168 | 0 | 0.78 | 0.03 | 0.32 | 302.67 | 0.63 | 0.42 |
| Hex | AE | 27 | A8 | 0 | 4E | 3 | 20 | 12F | 3F | 2A |
| Octal | 256 | 47 | 250 | 0 | 116 | 3 | 40 | 457 | 77 | 52 |
| Binary | 10101110 | 100111 | 10101000 | 0 | 1001110 | 11 | 100000 | 100101111 | 111111 | 101010 |
Color Harmonies of #AE27A8
Complementary color
Monochromatic Colors of #AE27A8
Black with #AE27A8
Text Example
Text Example
White with #AE27A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE27A8; }
p { color: rgb(174,39,168); }
H1.HeaderClassName
{
color: #AE27A8;
}
.AnyTagClassName
{
color: #AE27A8;
}
</style>
background-color css
<style>
a { background-color: #AE27A8; }
a { background-color: rgb(174,39,168); }
div.DivClassName
{
background-color: #AE27A8;
}
.BgClassName
{
background-color: #AE27A8;
}
</style>
border-color css
<style>
span { border-color: #AE27A8; }
span { border-color: rgb(174,39,168); }
td.TdClassName
{
border-color: #AE27A8;
}
.TagClassName
{
border-color: #AE27A8;
}
</style>