Shades of Medium Purple #A37DEC
Tints of Medium Purple #A37DEC
RGB
CMYK
RGB Variations
Color information
#A37DEC (or 0xA37DEC) is known color: Medium Purple. HEX triplet: A3, 7D and EC. RGB value is (163,125,236). Sum of RGB (Red+Green+Blue) = 163+125+236=524 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.11% from 524); Green value is 125 (49.22% from 255 or 23.85% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 236 - color contains mainly: blue. Hex color #A37DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A37DEC is #5C8213. Grayscale: #949494. Windows color (decimal): -6062612 or 15498659. OLE color: 15498659.
HSL color Cylindrical-coordinate representation of color #A37DEC: hue angle of 260.54º degrees, saturation: 0.74, 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 #A37DEC is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 125 | 236 | - |
| CMYK | 0.31 | 0.47 | 0 | 0.07 |
| HSL | 260.54º | 0.74% | 0.71% | - |
| HSV(B) | 260.54º | 0.47% | 0.93% | - |
| XYZ | 37.58 | 28.51 | 82.88 | - |
| YUV | 149.02 | 177.09 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 125 | 236 | 0.31 | 0.47 | 0 | 0.07 | 260.54 | 0.74 | 0.71 |
| Hex | A3 | 7D | EC | 1F | 2F | 0 | 7 | 105 | 4A | 47 |
| Octal | 243 | 175 | 354 | 37 | 57 | 0 | 7 | 405 | 112 | 107 |
| Binary | 10100011 | 1111101 | 11101100 | 11111 | 101111 | 0 | 111 | 100000101 | 1001010 | 1000111 |
Color Harmonies of #A37DEC
Complementary color
Monochromatic Colors of #A37DEC
Black with #A37DEC
Text Example
Text Example
White with #A37DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37DEC; }
p { color: rgb(163,125,236); }
H1.HeaderClassName
{
color: #A37DEC;
}
.AnyTagClassName
{
color: #A37DEC;
}
</style>
background-color css
<style>
a { background-color: #A37DEC; }
a { background-color: rgb(163,125,236); }
div.DivClassName
{
background-color: #A37DEC;
}
.BgClassName
{
background-color: #A37DEC;
}
</style>
border-color css
<style>
span { border-color: #A37DEC; }
span { border-color: rgb(163,125,236); }
td.TdClassName
{
border-color: #A37DEC;
}
.TagClassName
{
border-color: #A37DEC;
}
</style>