Shades of Medium Purple #A182EE
Tints of Medium Purple #A182EE
RGB
CMYK
RGB Variations
Color information
#A182EE (or 0xA182EE) is known color: Medium Purple. HEX triplet: A1, 82 and EE. RGB value is (161,130,238). Sum of RGB (Red+Green+Blue) = 161+130+238=529 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.43% from 529); Green value is 130 (51.17% from 255 or 24.57% 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 #A182EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A182EE is #5E7D11. Grayscale: #979797. Windows color (decimal): -6192402 or 15631009. OLE color: 15631009.
HSL color Cylindrical-coordinate representation of color #A182EE: hue angle of 257.22º 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 #A182EE is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 130 | 238 | - |
| CMYK | 0.32 | 0.45 | 0 | 0.07 |
| HSL | 257.22º | 0.76% | 0.72% | - |
| HSV(B) | 257.22º | 0.45% | 0.93% | - |
| XYZ | 38.11 | 29.72 | 84.62 | - |
| YUV | 151.58 | 176.77 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 130 | 238 | 0.32 | 0.45 | 0 | 0.07 | 257.22 | 0.76 | 0.72 |
| Hex | A1 | 82 | EE | 20 | 2D | 0 | 7 | 101 | 4C | 48 |
| Octal | 241 | 202 | 356 | 40 | 55 | 0 | 7 | 401 | 114 | 110 |
| Binary | 10100001 | 10000010 | 11101110 | 100000 | 101101 | 0 | 111 | 100000001 | 1001100 | 1001000 |
Color Harmonies of #A182EE
Complementary color
Monochromatic Colors of #A182EE
Black with #A182EE
Text Example
Text Example
White with #A182EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A182EE; }
p { color: rgb(161,130,238); }
H1.HeaderClassName
{
color: #A182EE;
}
.AnyTagClassName
{
color: #A182EE;
}
</style>
background-color css
<style>
a { background-color: #A182EE; }
a { background-color: rgb(161,130,238); }
div.DivClassName
{
background-color: #A182EE;
}
.BgClassName
{
background-color: #A182EE;
}
</style>
border-color css
<style>
span { border-color: #A182EE; }
span { border-color: rgb(161,130,238); }
td.TdClassName
{
border-color: #A182EE;
}
.TagClassName
{
border-color: #A182EE;
}
</style>