Shades of Medium Purple #A182E2
Tints of Medium Purple #A182E2
RGB
CMYK
RGB Variations
Color information
#A182E2 (or 0xA182E2) is known color: Medium Purple. HEX triplet: A1, 82 and E2. RGB value is (161,130,226). Sum of RGB (Red+Green+Blue) = 161+130+226=517 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.14% from 517); Green value is 130 (51.17% from 255 or 25.15% from 517); Blue value is 226 (88.67% from 255 or 43.71% from 517); Max value from RGB is 226 - color contains mainly: blue. Hex color #A182E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A182E2 is #5E7D1D. Grayscale: #959595. Windows color (decimal): -6192414 or 14844577. OLE color: 14844577.
HSL color Cylindrical-coordinate representation of color #A182E2: hue angle of 259.38º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A182E2 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 130 | 226 | - |
| CMYK | 0.29 | 0.42 | 0 | 0.11 |
| HSL | 259.38º | 0.62% | 0.7% | - |
| HSV(B) | 259.38º | 0.42% | 0.89% | - |
| XYZ | 36.41 | 29.03 | 75.64 | - |
| YUV | 150.21 | 170.77 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 130 | 226 | 0.29 | 0.42 | 0 | 0.11 | 259.38 | 0.62 | 0.7 |
| Hex | A1 | 82 | E2 | 1D | 2A | 0 | B | 103 | 3E | 46 |
| Octal | 241 | 202 | 342 | 35 | 52 | 0 | 13 | 403 | 76 | 106 |
| Binary | 10100001 | 10000010 | 11100010 | 11101 | 101010 | 0 | 1011 | 100000011 | 111110 | 1000110 |
Color Harmonies of #A182E2
Complementary color
Monochromatic Colors of #A182E2
Black with #A182E2
Text Example
Text Example
White with #A182E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A182E2; }
p { color: rgb(161,130,226); }
H1.HeaderClassName
{
color: #A182E2;
}
.AnyTagClassName
{
color: #A182E2;
}
</style>
background-color css
<style>
a { background-color: #A182E2; }
a { background-color: rgb(161,130,226); }
div.DivClassName
{
background-color: #A182E2;
}
.BgClassName
{
background-color: #A182E2;
}
</style>
border-color css
<style>
span { border-color: #A182E2; }
span { border-color: rgb(161,130,226); }
td.TdClassName
{
border-color: #A182E2;
}
.TagClassName
{
border-color: #A182E2;
}
</style>