Shades of Medium Purple #A37CEC
Tints of Medium Purple #A37CEC
RGB
CMYK
RGB Variations
Color information
#A37CEC (or 0xA37CEC) is known color: Medium Purple. HEX triplet: A3, 7C and EC. RGB value is (163,124,236). Sum of RGB (Red+Green+Blue) = 163+124+236=523 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.17% from 523); Green value is 124 (48.83% from 255 or 23.71% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #A37CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A37CEC is #5C8313. Grayscale: #949494. Windows color (decimal): -6062868 or 15498403. OLE color: 15498403.
HSL color Cylindrical-coordinate representation of color #A37CEC: hue angle of 260.89º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A37CEC is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 124 | 236 | - |
| CMYK | 0.31 | 0.47 | 0 | 0.07 |
| HSL | 260.89º | 0.75% | 0.71% | - |
| HSV(B) | 260.89º | 0.47% | 0.93% | - |
| XYZ | 37.45 | 28.26 | 82.84 | - |
| YUV | 148.43 | 177.42 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 124 | 236 | 0.31 | 0.47 | 0 | 0.07 | 260.89 | 0.75 | 0.71 |
| Hex | A3 | 7C | EC | 1F | 2F | 0 | 7 | 105 | 4B | 47 |
| Octal | 243 | 174 | 354 | 37 | 57 | 0 | 7 | 405 | 113 | 107 |
| Binary | 10100011 | 1111100 | 11101100 | 11111 | 101111 | 0 | 111 | 100000101 | 1001011 | 1000111 |
Color Harmonies of #A37CEC
Complementary color
Monochromatic Colors of #A37CEC
Black with #A37CEC
Text Example
Text Example
White with #A37CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37CEC; }
p { color: rgb(163,124,236); }
H1.HeaderClassName
{
color: #A37CEC;
}
.AnyTagClassName
{
color: #A37CEC;
}
</style>
background-color css
<style>
a { background-color: #A37CEC; }
a { background-color: rgb(163,124,236); }
div.DivClassName
{
background-color: #A37CEC;
}
.BgClassName
{
background-color: #A37CEC;
}
</style>
border-color css
<style>
span { border-color: #A37CEC; }
span { border-color: rgb(163,124,236); }
td.TdClassName
{
border-color: #A37CEC;
}
.TagClassName
{
border-color: #A37CEC;
}
</style>