Shades of Medium Purple #A082EC
Tints of Medium Purple #A082EC
RGB
CMYK
RGB Variations
Color information
#A082EC (or 0xA082EC) is known color: Medium Purple. HEX triplet: A0, 82 and EC. RGB value is (160,130,236). Sum of RGB (Red+Green+Blue) = 160+130+236=526 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.42% from 526); Green value is 130 (51.17% from 255 or 24.71% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #A082EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A082EC is #5F7D13. Grayscale: #969696. Windows color (decimal): -6257940 or 15499936. OLE color: 15499936.
HSL color Cylindrical-coordinate representation of color #A082EC: hue angle of 256.98º degrees, saturation: 0.74, 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 #A082EC is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 130 | 236 | - |
| CMYK | 0.32 | 0.45 | 0 | 0.07 |
| HSL | 256.98º | 0.74% | 0.72% | - |
| HSV(B) | 256.98º | 0.45% | 0.93% | - |
| XYZ | 37.62 | 29.49 | 83.07 | - |
| YUV | 151.05 | 175.94 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 130 | 236 | 0.32 | 0.45 | 0 | 0.07 | 256.98 | 0.74 | 0.72 |
| Hex | A0 | 82 | EC | 20 | 2D | 0 | 7 | 101 | 4A | 48 |
| Octal | 240 | 202 | 354 | 40 | 55 | 0 | 7 | 401 | 112 | 110 |
| Binary | 10100000 | 10000010 | 11101100 | 100000 | 101101 | 0 | 111 | 100000001 | 1001010 | 1001000 |
Color Harmonies of #A082EC
Complementary color
Monochromatic Colors of #A082EC
Black with #A082EC
Text Example
Text Example
White with #A082EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A082EC; }
p { color: rgb(160,130,236); }
H1.HeaderClassName
{
color: #A082EC;
}
.AnyTagClassName
{
color: #A082EC;
}
</style>
background-color css
<style>
a { background-color: #A082EC; }
a { background-color: rgb(160,130,236); }
div.DivClassName
{
background-color: #A082EC;
}
.BgClassName
{
background-color: #A082EC;
}
</style>
border-color css
<style>
span { border-color: #A082EC; }
span { border-color: rgb(160,130,236); }
td.TdClassName
{
border-color: #A082EC;
}
.TagClassName
{
border-color: #A082EC;
}
</style>