Shades of Medium Purple #A182EA
Tints of Medium Purple #A182EA
RGB
CMYK
RGB Variations
Color information
#A182EA (or 0xA182EA) is known color: Medium Purple. HEX triplet: A1, 82 and EA. RGB value is (161,130,234). Sum of RGB (Red+Green+Blue) = 161+130+234=525 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.67% from 525); Green value is 130 (51.17% from 255 or 24.76% from 525); Blue value is 234 (91.80% from 255 or 44.57% from 525); Max value from RGB is 234 - color contains mainly: blue. Hex color #A182EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A182EA is #5E7D15. Grayscale: #969696. Windows color (decimal): -6192406 or 15368865. OLE color: 15368865.
HSL color Cylindrical-coordinate representation of color #A182EA: hue angle of 257.88º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A182EA is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 130 | 234 | - |
| CMYK | 0.31 | 0.44 | 0 | 0.08 |
| HSL | 257.88º | 0.71% | 0.71% | - |
| HSV(B) | 257.88º | 0.44% | 0.92% | - |
| XYZ | 37.53 | 29.48 | 81.55 | - |
| YUV | 151.13 | 174.77 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 130 | 234 | 0.31 | 0.44 | 0 | 0.08 | 257.88 | 0.71 | 0.71 |
| Hex | A1 | 82 | EA | 1F | 2C | 0 | 8 | 102 | 47 | 47 |
| Octal | 241 | 202 | 352 | 37 | 54 | 0 | 10 | 402 | 107 | 107 |
| Binary | 10100001 | 10000010 | 11101010 | 11111 | 101100 | 0 | 1000 | 100000010 | 1000111 | 1000111 |
Color Harmonies of #A182EA
Complementary color
Monochromatic Colors of #A182EA
Black with #A182EA
Text Example
Text Example
White with #A182EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A182EA; }
p { color: rgb(161,130,234); }
H1.HeaderClassName
{
color: #A182EA;
}
.AnyTagClassName
{
color: #A182EA;
}
</style>
background-color css
<style>
a { background-color: #A182EA; }
a { background-color: rgb(161,130,234); }
div.DivClassName
{
background-color: #A182EA;
}
.BgClassName
{
background-color: #A182EA;
}
</style>
border-color css
<style>
span { border-color: #A182EA; }
span { border-color: rgb(161,130,234); }
td.TdClassName
{
border-color: #A182EA;
}
.TagClassName
{
border-color: #A182EA;
}
</style>