Shades of Medium Purple #A37CE2
Tints of Medium Purple #A37CE2
RGB
CMYK
RGB Variations
Color information
#A37CE2 (or 0xA37CE2) is known color: Medium Purple. HEX triplet: A3, 7C and E2. RGB value is (163,124,226). Sum of RGB (Red+Green+Blue) = 163+124+226=513 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.77% from 513); Green value is 124 (48.83% from 255 or 24.17% from 513); Blue value is 226 (88.67% from 255 or 44.05% from 513); Max value from RGB is 226 - color contains mainly: blue. Hex color #A37CE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37CE2 is #5C831D. Grayscale: #929292. Windows color (decimal): -6062878 or 14843043. OLE color: 14843043.
HSL color Cylindrical-coordinate representation of color #A37CE2: hue angle of 262.94º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A37CE2 is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 124 | 226 | - |
| CMYK | 0.28 | 0.45 | 0 | 0.11 |
| HSL | 262.94º | 0.64% | 0.69% | - |
| HSV(B) | 262.94º | 0.45% | 0.89% | - |
| XYZ | 36.04 | 27.69 | 75.4 | - |
| YUV | 147.29 | 172.42 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 124 | 226 | 0.28 | 0.45 | 0 | 0.11 | 262.94 | 0.64 | 0.69 |
| Hex | A3 | 7C | E2 | 1C | 2D | 0 | B | 107 | 40 | 45 |
| Octal | 243 | 174 | 342 | 34 | 55 | 0 | 13 | 407 | 100 | 105 |
| Binary | 10100011 | 1111100 | 11100010 | 11100 | 101101 | 0 | 1011 | 100000111 | 1000000 | 1000101 |
Color Harmonies of #A37CE2
Complementary color
Monochromatic Colors of #A37CE2
Black with #A37CE2
Text Example
Text Example
White with #A37CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37CE2; }
p { color: rgb(163,124,226); }
H1.HeaderClassName
{
color: #A37CE2;
}
.AnyTagClassName
{
color: #A37CE2;
}
</style>
background-color css
<style>
a { background-color: #A37CE2; }
a { background-color: rgb(163,124,226); }
div.DivClassName
{
background-color: #A37CE2;
}
.BgClassName
{
background-color: #A37CE2;
}
</style>
border-color css
<style>
span { border-color: #A37CE2; }
span { border-color: rgb(163,124,226); }
td.TdClassName
{
border-color: #A37CE2;
}
.TagClassName
{
border-color: #A37CE2;
}
</style>