Shades of Medium Purple #A083EE
Tints of Medium Purple #A083EE
RGB
CMYK
RGB Variations
Color information
#A083EE (or 0xA083EE) is known color: Medium Purple. HEX triplet: A0, 83 and EE. RGB value is (160,131,238). Sum of RGB (Red+Green+Blue) = 160+131+238=529 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.25% from 529); Green value is 131 (51.56% from 255 or 24.76% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #A083EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A083EE is #5F7C11. Grayscale: #979797. Windows color (decimal): -6257682 or 15631264. OLE color: 15631264.
HSL color Cylindrical-coordinate representation of color #A083EE: hue angle of 256.26º degrees, saturation: 0.76, 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 #A083EE is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 131 | 238 | - |
| CMYK | 0.33 | 0.45 | 0 | 0.07 |
| HSL | 256.26º | 0.76% | 0.72% | - |
| HSV(B) | 256.26º | 0.45% | 0.93% | - |
| XYZ | 38.05 | 29.88 | 84.65 | - |
| YUV | 151.87 | 176.61 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 131 | 238 | 0.33 | 0.45 | 0 | 0.07 | 256.26 | 0.76 | 0.72 |
| Hex | A0 | 83 | EE | 21 | 2D | 0 | 7 | 100 | 4C | 48 |
| Octal | 240 | 203 | 356 | 41 | 55 | 0 | 7 | 400 | 114 | 110 |
| Binary | 10100000 | 10000011 | 11101110 | 100001 | 101101 | 0 | 111 | 100000000 | 1001100 | 1001000 |
Color Harmonies of #A083EE
Complementary color
Monochromatic Colors of #A083EE
Black with #A083EE
Text Example
Text Example
White with #A083EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A083EE; }
p { color: rgb(160,131,238); }
H1.HeaderClassName
{
color: #A083EE;
}
.AnyTagClassName
{
color: #A083EE;
}
</style>
background-color css
<style>
a { background-color: #A083EE; }
a { background-color: rgb(160,131,238); }
div.DivClassName
{
background-color: #A083EE;
}
.BgClassName
{
background-color: #A083EE;
}
</style>
border-color css
<style>
span { border-color: #A083EE; }
span { border-color: rgb(160,131,238); }
td.TdClassName
{
border-color: #A083EE;
}
.TagClassName
{
border-color: #A083EE;
}
</style>