Shades of Medium Purple #A883EC
Tints of Medium Purple #A883EC
RGB
CMYK
RGB Variations
Color information
#A883EC (or 0xA883EC) is known color: Medium Purple. HEX triplet: A8, 83 and EC. RGB value is (168,131,236). Sum of RGB (Red+Green+Blue) = 168+131+236=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 131 (51.56% from 255 or 24.49% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #A883EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A883EC is #577C13. Grayscale: #999999. Windows color (decimal): -5733396 or 15500200. OLE color: 15500200.
HSL color Cylindrical-coordinate representation of color #A883EC: hue angle of 261.14º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A883EC is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 131 | 236 | - |
| CMYK | 0.29 | 0.44 | 0 | 0.07 |
| HSL | 261.14º | 0.73% | 0.72% | - |
| HSV(B) | 261.14º | 0.44% | 0.93% | - |
| XYZ | 39.41 | 30.61 | 83.19 | - |
| YUV | 154.03 | 174.26 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 131 | 236 | 0.29 | 0.44 | 0 | 0.07 | 261.14 | 0.73 | 0.72 |
| Hex | A8 | 83 | EC | 1D | 2C | 0 | 7 | 105 | 49 | 48 |
| Octal | 250 | 203 | 354 | 35 | 54 | 0 | 7 | 405 | 111 | 110 |
| Binary | 10101000 | 10000011 | 11101100 | 11101 | 101100 | 0 | 111 | 100000101 | 1001001 | 1001000 |
Color Harmonies of #A883EC
Complementary color
Monochromatic Colors of #A883EC
Black with #A883EC
Text Example
Text Example
White with #A883EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A883EC; }
p { color: rgb(168,131,236); }
H1.HeaderClassName
{
color: #A883EC;
}
.AnyTagClassName
{
color: #A883EC;
}
</style>
background-color css
<style>
a { background-color: #A883EC; }
a { background-color: rgb(168,131,236); }
div.DivClassName
{
background-color: #A883EC;
}
.BgClassName
{
background-color: #A883EC;
}
</style>
border-color css
<style>
span { border-color: #A883EC; }
span { border-color: rgb(168,131,236); }
td.TdClassName
{
border-color: #A883EC;
}
.TagClassName
{
border-color: #A883EC;
}
</style>