Shades of Medium Purple #A37CDF
Tints of Medium Purple #A37CDF
RGB
CMYK
RGB Variations
Color information
#A37CDF (or 0xA37CDF) is known color: Medium Purple. HEX triplet: A3, 7C and DF. RGB value is (163,124,223). Sum of RGB (Red+Green+Blue) = 163+124+223=510 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.96% from 510); Green value is 124 (48.83% from 255 or 24.31% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #A37CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37CDF is #5C8320. Grayscale: #929292. Windows color (decimal): -6062881 or 14646435. OLE color: 14646435.
HSL color Cylindrical-coordinate representation of color #A37CDF: hue angle of 263.64º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A37CDF is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 124 | 223 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.13 |
| HSL | 263.64º | 0.61% | 0.68% | - |
| HSV(B) | 263.64º | 0.44% | 0.87% | - |
| XYZ | 35.63 | 27.53 | 73.25 | - |
| YUV | 146.95 | 170.92 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 124 | 223 | 0.27 | 0.44 | 0 | 0.13 | 263.64 | 0.61 | 0.68 |
| Hex | A3 | 7C | DF | 1B | 2C | 0 | D | 108 | 3D | 44 |
| Octal | 243 | 174 | 337 | 33 | 54 | 0 | 15 | 410 | 75 | 104 |
| Binary | 10100011 | 1111100 | 11011111 | 11011 | 101100 | 0 | 1101 | 100001000 | 111101 | 1000100 |
Color Harmonies of #A37CDF
Complementary color
Monochromatic Colors of #A37CDF
Black with #A37CDF
Text Example
Text Example
White with #A37CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37CDF; }
p { color: rgb(163,124,223); }
H1.HeaderClassName
{
color: #A37CDF;
}
.AnyTagClassName
{
color: #A37CDF;
}
</style>
background-color css
<style>
a { background-color: #A37CDF; }
a { background-color: rgb(163,124,223); }
div.DivClassName
{
background-color: #A37CDF;
}
.BgClassName
{
background-color: #A37CDF;
}
</style>
border-color css
<style>
span { border-color: #A37CDF; }
span { border-color: rgb(163,124,223); }
td.TdClassName
{
border-color: #A37CDF;
}
.TagClassName
{
border-color: #A37CDF;
}
</style>