Shades of Medium Purple #AE6DFF
Tints of Medium Purple #AE6DFF
RGB
CMYK
RGB Variations
Color information
#AE6DFF (or 0xAE6DFF) is known color: Medium Purple. HEX triplet: AE, 6D and FF. RGB value is (174,109,255). Sum of RGB (Red+Green+Blue) = 174+109+255=538 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.34% from 538); Green value is 109 (42.97% from 255 or 20.26% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE6DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE6DFF is #519200. Grayscale: #909090. Windows color (decimal): -5345793 or 16739758. OLE color: 16739758.
HSL color Cylindrical-coordinate representation of color #AE6DFF: hue angle of 266.71º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AE6DFF is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 109 | 255 | - |
| CMYK | 0.32 | 0.57 | 0 | 0 |
| HSL | 266.71º | 1% | 0.71% | - |
| HSV(B) | 266.71º | 0.57% | 1% | - |
| XYZ | 40.97 | 27.16 | 97.69 | - |
| YUV | 145.08 | 190.03 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 109 | 255 | 0.32 | 0.57 | 0 | 0 | 266.71 | 1 | 0.71 |
| Hex | AE | 6D | FF | 20 | 39 | 0 | 0 | 10B | 64 | 47 |
| Octal | 256 | 155 | 377 | 40 | 71 | 0 | 0 | 413 | 144 | 107 |
| Binary | 10101110 | 1101101 | 11111111 | 100000 | 111001 | 0 | 0 | 100001011 | 1100100 | 1000111 |
Color Harmonies of #AE6DFF
Complementary color
Monochromatic Colors of #AE6DFF
Black with #AE6DFF
Text Example
Text Example
White with #AE6DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6DFF; }
p { color: rgb(174,109,255); }
H1.HeaderClassName
{
color: #AE6DFF;
}
.AnyTagClassName
{
color: #AE6DFF;
}
</style>
background-color css
<style>
a { background-color: #AE6DFF; }
a { background-color: rgb(174,109,255); }
div.DivClassName
{
background-color: #AE6DFF;
}
.BgClassName
{
background-color: #AE6DFF;
}
</style>
border-color css
<style>
span { border-color: #AE6DFF; }
span { border-color: rgb(174,109,255); }
td.TdClassName
{
border-color: #AE6DFF;
}
.TagClassName
{
border-color: #AE6DFF;
}
</style>