Shades of Medium Purple #A082ED
Tints of Medium Purple #A082ED
RGB
CMYK
RGB Variations
Color information
#A082ED (or 0xA082ED) is known color: Medium Purple. HEX triplet: A0, 82 and ED. RGB value is (160,130,237). Sum of RGB (Red+Green+Blue) = 160+130+237=527 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.36% from 527); Green value is 130 (51.17% from 255 or 24.67% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #A082ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A082ED is #5F7D12. Grayscale: #969696. Windows color (decimal): -6257939 or 15565472. OLE color: 15565472.
HSL color Cylindrical-coordinate representation of color #A082ED: hue angle of 256.82º degrees, saturation: 0.75, 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 #A082ED is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 130 | 237 | - |
| CMYK | 0.32 | 0.45 | 0 | 0.07 |
| HSL | 256.82º | 0.75% | 0.72% | - |
| HSV(B) | 256.82º | 0.45% | 0.93% | - |
| XYZ | 37.77 | 29.55 | 83.83 | - |
| YUV | 151.17 | 176.44 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 130 | 237 | 0.32 | 0.45 | 0 | 0.07 | 256.82 | 0.75 | 0.72 |
| Hex | A0 | 82 | ED | 20 | 2D | 0 | 7 | 101 | 4B | 48 |
| Octal | 240 | 202 | 355 | 40 | 55 | 0 | 7 | 401 | 113 | 110 |
| Binary | 10100000 | 10000010 | 11101101 | 100000 | 101101 | 0 | 111 | 100000001 | 1001011 | 1001000 |
Color Harmonies of #A082ED
Complementary color
Monochromatic Colors of #A082ED
Black with #A082ED
Text Example
Text Example
White with #A082ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A082ED; }
p { color: rgb(160,130,237); }
H1.HeaderClassName
{
color: #A082ED;
}
.AnyTagClassName
{
color: #A082ED;
}
</style>
background-color css
<style>
a { background-color: #A082ED; }
a { background-color: rgb(160,130,237); }
div.DivClassName
{
background-color: #A082ED;
}
.BgClassName
{
background-color: #A082ED;
}
</style>
border-color css
<style>
span { border-color: #A082ED; }
span { border-color: rgb(160,130,237); }
td.TdClassName
{
border-color: #A082ED;
}
.TagClassName
{
border-color: #A082ED;
}
</style>