Shades of Medium Purple #AA83ED
Tints of Medium Purple #AA83ED
RGB
CMYK
RGB Variations
Color information
#AA83ED (or 0xAA83ED) is known color: Medium Purple. HEX triplet: AA, 83 and ED. RGB value is (170,131,237). Sum of RGB (Red+Green+Blue) = 170+131+237=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 131 (51.56% from 255 or 24.35% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA83ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA83ED is #557C12. Grayscale: #9A9A9A. Windows color (decimal): -5602323 or 15565738. OLE color: 15565738.
HSL color Cylindrical-coordinate representation of color #AA83ED: hue angle of 262.08º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA83ED is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 131 | 237 | - |
| CMYK | 0.28 | 0.45 | 0 | 0.07 |
| HSL | 262.08º | 0.75% | 0.72% | - |
| HSV(B) | 262.08º | 0.45% | 0.93% | - |
| XYZ | 39.98 | 30.89 | 83.98 | - |
| YUV | 154.75 | 174.42 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 237 | 0.28 | 0.45 | 0 | 0.07 | 262.08 | 0.75 | 0.72 |
| Hex | AA | 83 | ED | 1C | 2D | 0 | 7 | 106 | 4B | 48 |
| Octal | 252 | 203 | 355 | 34 | 55 | 0 | 7 | 406 | 113 | 110 |
| Binary | 10101010 | 10000011 | 11101101 | 11100 | 101101 | 0 | 111 | 100000110 | 1001011 | 1001000 |
Color Harmonies of #AA83ED
Complementary color
Monochromatic Colors of #AA83ED
Black with #AA83ED
Text Example
Text Example
White with #AA83ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA83ED; }
p { color: rgb(170,131,237); }
H1.HeaderClassName
{
color: #AA83ED;
}
.AnyTagClassName
{
color: #AA83ED;
}
</style>
background-color css
<style>
a { background-color: #AA83ED; }
a { background-color: rgb(170,131,237); }
div.DivClassName
{
background-color: #AA83ED;
}
.BgClassName
{
background-color: #AA83ED;
}
</style>
border-color css
<style>
span { border-color: #AA83ED; }
span { border-color: rgb(170,131,237); }
td.TdClassName
{
border-color: #AA83ED;
}
.TagClassName
{
border-color: #AA83ED;
}
</style>