Shades of Medium Purple #AE7CFF
Tints of Medium Purple #AE7CFF
RGB
CMYK
RGB Variations
Color information
#AE7CFF (or 0xAE7CFF) is known color: Medium Purple. HEX triplet: AE, 7C and FF. RGB value is (174,124,255). Sum of RGB (Red+Green+Blue) = 174+124+255=553 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.46% from 553); Green value is 124 (48.83% from 255 or 22.42% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE7CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE7CFF is #518300. Grayscale: #999999. Windows color (decimal): -5341953 or 16743598. OLE color: 16743598.
HSL color Cylindrical-coordinate representation of color #AE7CFF: hue angle of 262.9º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AE7CFF is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 124 | 255 | - |
| CMYK | 0.32 | 0.51 | 0 | 0 |
| HSL | 262.9º | 1% | 0.74% | - |
| HSV(B) | 262.9º | 0.51% | 1% | - |
| XYZ | 42.71 | 30.63 | 98.27 | - |
| YUV | 153.88 | 185.07 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 124 | 255 | 0.32 | 0.51 | 0 | 0 | 262.9 | 1 | 0.74 |
| Hex | AE | 7C | FF | 20 | 33 | 0 | 0 | 107 | 64 | 4A |
| Octal | 256 | 174 | 377 | 40 | 63 | 0 | 0 | 407 | 144 | 112 |
| Binary | 10101110 | 1111100 | 11111111 | 100000 | 110011 | 0 | 0 | 100000111 | 1100100 | 1001010 |
Color Harmonies of #AE7CFF
Complementary color
Monochromatic Colors of #AE7CFF
Black with #AE7CFF
Text Example
Text Example
White with #AE7CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7CFF; }
p { color: rgb(174,124,255); }
H1.HeaderClassName
{
color: #AE7CFF;
}
.AnyTagClassName
{
color: #AE7CFF;
}
</style>
background-color css
<style>
a { background-color: #AE7CFF; }
a { background-color: rgb(174,124,255); }
div.DivClassName
{
background-color: #AE7CFF;
}
.BgClassName
{
background-color: #AE7CFF;
}
</style>
border-color css
<style>
span { border-color: #AE7CFF; }
span { border-color: rgb(174,124,255); }
td.TdClassName
{
border-color: #AE7CFF;
}
.TagClassName
{
border-color: #AE7CFF;
}
</style>