Shades of Medium Purple #A083EC
Tints of Medium Purple #A083EC
RGB
CMYK
RGB Variations
Color information
#A083EC (or 0xA083EC) is known color: Medium Purple. HEX triplet: A0, 83 and EC. RGB value is (160,131,236). Sum of RGB (Red+Green+Blue) = 160+131+236=527 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.36% from 527); Green value is 131 (51.56% from 255 or 24.86% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #A083EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A083EC is #5F7C13. Grayscale: #979797. Windows color (decimal): -6257684 or 15500192. OLE color: 15500192.
HSL color Cylindrical-coordinate representation of color #A083EC: hue angle of 256.57º 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 #A083EC is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 131 | 236 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.07 |
| HSL | 256.57º | 0.73% | 0.72% | - |
| HSV(B) | 256.57º | 0.44% | 0.93% | - |
| XYZ | 37.75 | 29.76 | 83.11 | - |
| YUV | 151.64 | 175.61 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 131 | 236 | 0.32 | 0.44 | 0 | 0.07 | 256.57 | 0.73 | 0.72 |
| Hex | A0 | 83 | EC | 20 | 2C | 0 | 7 | 101 | 49 | 48 |
| Octal | 240 | 203 | 354 | 40 | 54 | 0 | 7 | 401 | 111 | 110 |
| Binary | 10100000 | 10000011 | 11101100 | 100000 | 101100 | 0 | 111 | 100000001 | 1001001 | 1001000 |
Color Harmonies of #A083EC
Complementary color
Monochromatic Colors of #A083EC
Black with #A083EC
Text Example
Text Example
White with #A083EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A083EC; }
p { color: rgb(160,131,236); }
H1.HeaderClassName
{
color: #A083EC;
}
.AnyTagClassName
{
color: #A083EC;
}
</style>
background-color css
<style>
a { background-color: #A083EC; }
a { background-color: rgb(160,131,236); }
div.DivClassName
{
background-color: #A083EC;
}
.BgClassName
{
background-color: #A083EC;
}
</style>
border-color css
<style>
span { border-color: #A083EC; }
span { border-color: rgb(160,131,236); }
td.TdClassName
{
border-color: #A083EC;
}
.TagClassName
{
border-color: #A083EC;
}
</style>