Shades of Medium Purple #A183EC
Tints of Medium Purple #A183EC
RGB
CMYK
RGB Variations
Color information
#A183EC (or 0xA183EC) is known color: Medium Purple. HEX triplet: A1, 83 and EC. RGB value is (161,131,236). Sum of RGB (Red+Green+Blue) = 161+131+236=528 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.49% from 528); Green value is 131 (51.56% from 255 or 24.81% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #A183EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A183EC is #5E7C13. Grayscale: #979797. Windows color (decimal): -6192148 or 15500193. OLE color: 15500193.
HSL color Cylindrical-coordinate representation of color #A183EC: hue angle of 257.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 #A183EC is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 131 | 236 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.07 |
| HSL | 257.14º | 0.73% | 0.72% | - |
| HSV(B) | 257.14º | 0.44% | 0.93% | - |
| XYZ | 37.95 | 29.87 | 83.12 | - |
| YUV | 151.94 | 175.44 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 131 | 236 | 0.32 | 0.44 | 0 | 0.07 | 257.14 | 0.73 | 0.72 |
| Hex | A1 | 83 | EC | 20 | 2C | 0 | 7 | 101 | 49 | 48 |
| Octal | 241 | 203 | 354 | 40 | 54 | 0 | 7 | 401 | 111 | 110 |
| Binary | 10100001 | 10000011 | 11101100 | 100000 | 101100 | 0 | 111 | 100000001 | 1001001 | 1001000 |
Color Harmonies of #A183EC
Complementary color
Monochromatic Colors of #A183EC
Black with #A183EC
Text Example
Text Example
White with #A183EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A183EC; }
p { color: rgb(161,131,236); }
H1.HeaderClassName
{
color: #A183EC;
}
.AnyTagClassName
{
color: #A183EC;
}
</style>
background-color css
<style>
a { background-color: #A183EC; }
a { background-color: rgb(161,131,236); }
div.DivClassName
{
background-color: #A183EC;
}
.BgClassName
{
background-color: #A183EC;
}
</style>
border-color css
<style>
span { border-color: #A183EC; }
span { border-color: rgb(161,131,236); }
td.TdClassName
{
border-color: #A183EC;
}
.TagClassName
{
border-color: #A183EC;
}
</style>