Shades of Medium Purple #AE69FF
Tints of Medium Purple #AE69FF
RGB
CMYK
RGB Variations
Color information
#AE69FF (or 0xAE69FF) is known color: Medium Purple. HEX triplet: AE, 69 and FF. RGB value is (174,105,255). Sum of RGB (Red+Green+Blue) = 174+105+255=534 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.58% from 534); Green value is 105 (41.41% from 255 or 19.66% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE69FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE69FF is #519600. Grayscale: #8E8E8E. Windows color (decimal): -5346817 or 16738734. OLE color: 16738734.
HSL color Cylindrical-coordinate representation of color #AE69FF: hue angle of 267.6º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AE69FF is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 105 | 255 | - |
| CMYK | 0.32 | 0.59 | 0 | 0 |
| HSL | 267.6º | 1% | 0.71% | - |
| HSV(B) | 267.6º | 0.59% | 1% | - |
| XYZ | 40.56 | 26.32 | 97.55 | - |
| YUV | 142.73 | 191.36 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 105 | 255 | 0.32 | 0.59 | 0 | 0 | 267.6 | 1 | 0.71 |
| Hex | AE | 69 | FF | 20 | 3B | 0 | 0 | 10C | 64 | 47 |
| Octal | 256 | 151 | 377 | 40 | 73 | 0 | 0 | 414 | 144 | 107 |
| Binary | 10101110 | 1101001 | 11111111 | 100000 | 111011 | 0 | 0 | 100001100 | 1100100 | 1000111 |
Color Harmonies of #AE69FF
Complementary color
Monochromatic Colors of #AE69FF
Black with #AE69FF
Text Example
Text Example
White with #AE69FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE69FF; }
p { color: rgb(174,105,255); }
H1.HeaderClassName
{
color: #AE69FF;
}
.AnyTagClassName
{
color: #AE69FF;
}
</style>
background-color css
<style>
a { background-color: #AE69FF; }
a { background-color: rgb(174,105,255); }
div.DivClassName
{
background-color: #AE69FF;
}
.BgClassName
{
background-color: #AE69FF;
}
</style>
border-color css
<style>
span { border-color: #AE69FF; }
span { border-color: rgb(174,105,255); }
td.TdClassName
{
border-color: #AE69FF;
}
.TagClassName
{
border-color: #AE69FF;
}
</style>