Shades of Medium Purple #AE74FF
Tints of Medium Purple #AE74FF
RGB
CMYK
RGB Variations
Color information
#AE74FF (or 0xAE74FF) is known color: Medium Purple. HEX triplet: AE, 74 and FF. RGB value is (174,116,255). Sum of RGB (Red+Green+Blue) = 174+116+255=545 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.93% from 545); Green value is 116 (45.70% from 255 or 21.28% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE74FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE74FF is #518B00. Grayscale: #949494. Windows color (decimal): -5344001 or 16741550. OLE color: 16741550.
HSL color Cylindrical-coordinate representation of color #AE74FF: hue angle of 265.04º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AE74FF is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 116 | 255 | - |
| CMYK | 0.32 | 0.55 | 0 | 0 |
| HSL | 265.04º | 1% | 0.73% | - |
| HSV(B) | 265.04º | 0.55% | 1% | - |
| XYZ | 41.75 | 28.71 | 97.95 | - |
| YUV | 149.19 | 187.72 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 116 | 255 | 0.32 | 0.55 | 0 | 0 | 265.04 | 1 | 0.73 |
| Hex | AE | 74 | FF | 20 | 37 | 0 | 0 | 109 | 64 | 49 |
| Octal | 256 | 164 | 377 | 40 | 67 | 0 | 0 | 411 | 144 | 111 |
| Binary | 10101110 | 1110100 | 11111111 | 100000 | 110111 | 0 | 0 | 100001001 | 1100100 | 1001001 |
Color Harmonies of #AE74FF
Complementary color
Monochromatic Colors of #AE74FF
Black with #AE74FF
Text Example
Text Example
White with #AE74FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE74FF; }
p { color: rgb(174,116,255); }
H1.HeaderClassName
{
color: #AE74FF;
}
.AnyTagClassName
{
color: #AE74FF;
}
</style>
background-color css
<style>
a { background-color: #AE74FF; }
a { background-color: rgb(174,116,255); }
div.DivClassName
{
background-color: #AE74FF;
}
.BgClassName
{
background-color: #AE74FF;
}
</style>
border-color css
<style>
span { border-color: #AE74FF; }
span { border-color: rgb(174,116,255); }
td.TdClassName
{
border-color: #AE74FF;
}
.TagClassName
{
border-color: #AE74FF;
}
</style>