Shades of Medium Purple #AE80FF
Tints of Medium Purple #AE80FF
RGB
CMYK
RGB Variations
Color information
#AE80FF (or 0xAE80FF) is known color: Medium Purple. HEX triplet: AE, 80 and FF. RGB value is (174,128,255). Sum of RGB (Red+Green+Blue) = 174+128+255=557 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.24% from 557); Green value is 128 (50.39% from 255 or 22.98% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE80FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE80FF is #517F00. Grayscale: #9B9B9B. Windows color (decimal): -5340929 or 16744622. OLE color: 16744622.
HSL color Cylindrical-coordinate representation of color #AE80FF: hue angle of 261.73º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AE80FF is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 128 | 255 | - |
| CMYK | 0.32 | 0.50 | 0 | 0 |
| HSL | 261.73º | 1% | 0.75% | - |
| HSV(B) | 261.73º | 0.5% | 1% | - |
| XYZ | 43.22 | 31.66 | 98.44 | - |
| YUV | 156.23 | 183.74 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 128 | 255 | 0.32 | 0.50 | 0 | 0 | 261.73 | 1 | 0.75 |
| Hex | AE | 80 | FF | 20 | 32 | 0 | 0 | 106 | 64 | 4B |
| Octal | 256 | 200 | 377 | 40 | 62 | 0 | 0 | 406 | 144 | 113 |
| Binary | 10101110 | 10000000 | 11111111 | 100000 | 110010 | 0 | 0 | 100000110 | 1100100 | 1001011 |
Color Harmonies of #AE80FF
Complementary color
Monochromatic Colors of #AE80FF
Black with #AE80FF
Text Example
Text Example
White with #AE80FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE80FF; }
p { color: rgb(174,128,255); }
H1.HeaderClassName
{
color: #AE80FF;
}
.AnyTagClassName
{
color: #AE80FF;
}
</style>
background-color css
<style>
a { background-color: #AE80FF; }
a { background-color: rgb(174,128,255); }
div.DivClassName
{
background-color: #AE80FF;
}
.BgClassName
{
background-color: #AE80FF;
}
</style>
border-color css
<style>
span { border-color: #AE80FF; }
span { border-color: rgb(174,128,255); }
td.TdClassName
{
border-color: #AE80FF;
}
.TagClassName
{
border-color: #AE80FF;
}
</style>