Shades of Medium Purple #AE83FF
Tints of Medium Purple #AE83FF
RGB
CMYK
RGB Variations
Color information
#AE83FF (or 0xAE83FF) is known color: Medium Purple. HEX triplet: AE, 83 and FF. RGB value is (174,131,255). Sum of RGB (Red+Green+Blue) = 174+131+255=560 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.07% from 560); Green value is 131 (51.56% from 255 or 23.39% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE83FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE83FF is #517C00. Grayscale: #9D9D9D. Windows color (decimal): -5340161 or 16745390. OLE color: 16745390.
HSL color Cylindrical-coordinate representation of color #AE83FF: hue angle of 260.81º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AE83FF is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 131 | 255 | - |
| CMYK | 0.32 | 0.49 | 0 | 0 |
| HSL | 260.81º | 1% | 0.76% | - |
| HSV(B) | 260.81º | 0.49% | 1% | - |
| XYZ | 43.62 | 32.45 | 98.57 | - |
| YUV | 157.99 | 182.75 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 131 | 255 | 0.32 | 0.49 | 0 | 0 | 260.81 | 1 | 0.76 |
| Hex | AE | 83 | FF | 20 | 31 | 0 | 0 | 105 | 64 | 4C |
| Octal | 256 | 203 | 377 | 40 | 61 | 0 | 0 | 405 | 144 | 114 |
| Binary | 10101110 | 10000011 | 11111111 | 100000 | 110001 | 0 | 0 | 100000101 | 1100100 | 1001100 |
Color Harmonies of #AE83FF
Complementary color
Monochromatic Colors of #AE83FF
Black with #AE83FF
Text Example
Text Example
White with #AE83FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE83FF; }
p { color: rgb(174,131,255); }
H1.HeaderClassName
{
color: #AE83FF;
}
.AnyTagClassName
{
color: #AE83FF;
}
</style>
background-color css
<style>
a { background-color: #AE83FF; }
a { background-color: rgb(174,131,255); }
div.DivClassName
{
background-color: #AE83FF;
}
.BgClassName
{
background-color: #AE83FF;
}
</style>
border-color css
<style>
span { border-color: #AE83FF; }
span { border-color: rgb(174,131,255); }
td.TdClassName
{
border-color: #AE83FF;
}
.TagClassName
{
border-color: #AE83FF;
}
</style>