Shades of Medium Purple #AE78EC
Tints of Medium Purple #AE78EC
RGB
CMYK
RGB Variations
Color information
#AE78EC (or 0xAE78EC) is known color: Medium Purple. HEX triplet: AE, 78 and EC. RGB value is (174,120,236). Sum of RGB (Red+Green+Blue) = 174+120+236=530 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.83% from 530); Green value is 120 (47.27% from 255 or 22.64% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE78EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE78EC is #518713. Grayscale: #949494. Windows color (decimal): -5342996 or 15497390. OLE color: 15497390.
HSL color Cylindrical-coordinate representation of color #AE78EC: hue angle of 267.93º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AE78EC is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 120 | 236 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.07 |
| HSL | 267.93º | 0.75% | 0.7% | - |
| HSV(B) | 267.93º | 0.49% | 0.93% | - |
| XYZ | 39.31 | 28.49 | 82.78 | - |
| YUV | 149.37 | 176.89 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 120 | 236 | 0.26 | 0.49 | 0 | 0.07 | 267.93 | 0.75 | 0.7 |
| Hex | AE | 78 | EC | 1A | 31 | 0 | 7 | 10C | 4B | 46 |
| Octal | 256 | 170 | 354 | 32 | 61 | 0 | 7 | 414 | 113 | 106 |
| Binary | 10101110 | 1111000 | 11101100 | 11010 | 110001 | 0 | 111 | 100001100 | 1001011 | 1000110 |
Color Harmonies of #AE78EC
Complementary color
Monochromatic Colors of #AE78EC
Black with #AE78EC
Text Example
Text Example
White with #AE78EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE78EC; }
p { color: rgb(174,120,236); }
H1.HeaderClassName
{
color: #AE78EC;
}
.AnyTagClassName
{
color: #AE78EC;
}
</style>
background-color css
<style>
a { background-color: #AE78EC; }
a { background-color: rgb(174,120,236); }
div.DivClassName
{
background-color: #AE78EC;
}
.BgClassName
{
background-color: #AE78EC;
}
</style>
border-color css
<style>
span { border-color: #AE78EC; }
span { border-color: rgb(174,120,236); }
td.TdClassName
{
border-color: #AE78EC;
}
.TagClassName
{
border-color: #AE78EC;
}
</style>