Shades of Medium Purple #AA83EF
Tints of Medium Purple #AA83EF
RGB
CMYK
RGB Variations
Color information
#AA83EF (or 0xAA83EF) is known color: Medium Purple. HEX triplet: AA, 83 and EF. RGB value is (170,131,239). Sum of RGB (Red+Green+Blue) = 170+131+239=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 131 (51.56% from 255 or 24.26% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA83EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA83EF is #557C10. Grayscale: #9A9A9A. Windows color (decimal): -5602321 or 15696810. OLE color: 15696810.
HSL color Cylindrical-coordinate representation of color #AA83EF: hue angle of 261.67º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA83EF is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 131 | 239 | - |
| CMYK | 0.29 | 0.45 | 0 | 0.06 |
| HSL | 261.67º | 0.77% | 0.73% | - |
| HSV(B) | 261.67º | 0.45% | 0.94% | - |
| XYZ | 40.27 | 31.01 | 85.52 | - |
| YUV | 154.97 | 175.42 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 239 | 0.29 | 0.45 | 0 | 0.06 | 261.67 | 0.77 | 0.73 |
| Hex | AA | 83 | EF | 1D | 2D | 0 | 6 | 106 | 4D | 49 |
| Octal | 252 | 203 | 357 | 35 | 55 | 0 | 6 | 406 | 115 | 111 |
| Binary | 10101010 | 10000011 | 11101111 | 11101 | 101101 | 0 | 110 | 100000110 | 1001101 | 1001001 |
Color Harmonies of #AA83EF
Complementary color
Monochromatic Colors of #AA83EF
Black with #AA83EF
Text Example
Text Example
White with #AA83EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA83EF; }
p { color: rgb(170,131,239); }
H1.HeaderClassName
{
color: #AA83EF;
}
.AnyTagClassName
{
color: #AA83EF;
}
</style>
background-color css
<style>
a { background-color: #AA83EF; }
a { background-color: rgb(170,131,239); }
div.DivClassName
{
background-color: #AA83EF;
}
.BgClassName
{
background-color: #AA83EF;
}
</style>
border-color css
<style>
span { border-color: #AA83EF; }
span { border-color: rgb(170,131,239); }
td.TdClassName
{
border-color: #AA83EF;
}
.TagClassName
{
border-color: #AA83EF;
}
</style>