Shades of Medium Purple #A37CDE
Tints of Medium Purple #A37CDE
RGB
CMYK
RGB Variations
Color information
#A37CDE (or 0xA37CDE) is known color: Medium Purple. HEX triplet: A3, 7C and DE. RGB value is (163,124,222). Sum of RGB (Red+Green+Blue) = 163+124+222=509 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.02% from 509); Green value is 124 (48.83% from 255 or 24.36% from 509); Blue value is 222 (87.11% from 255 or 43.61% from 509); Max value from RGB is 222 - color contains mainly: blue. Hex color #A37CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37CDE is #5C8321. Grayscale: #929292. Windows color (decimal): -6062882 or 14580899. OLE color: 14580899.
HSL color Cylindrical-coordinate representation of color #A37CDE: hue angle of 263.88º degrees, saturation: 0.6, 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 #A37CDE is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 124 | 222 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.13 |
| HSL | 263.88º | 0.6% | 0.68% | - |
| HSV(B) | 263.88º | 0.44% | 0.87% | - |
| XYZ | 35.5 | 27.48 | 72.54 | - |
| YUV | 146.83 | 170.42 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 124 | 222 | 0.27 | 0.44 | 0 | 0.13 | 263.88 | 0.6 | 0.68 |
| Hex | A3 | 7C | DE | 1B | 2C | 0 | D | 108 | 3C | 44 |
| Octal | 243 | 174 | 336 | 33 | 54 | 0 | 15 | 410 | 74 | 104 |
| Binary | 10100011 | 1111100 | 11011110 | 11011 | 101100 | 0 | 1101 | 100001000 | 111100 | 1000100 |
Color Harmonies of #A37CDE
Complementary color
Monochromatic Colors of #A37CDE
Black with #A37CDE
Text Example
Text Example
White with #A37CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37CDE; }
p { color: rgb(163,124,222); }
H1.HeaderClassName
{
color: #A37CDE;
}
.AnyTagClassName
{
color: #A37CDE;
}
</style>
background-color css
<style>
a { background-color: #A37CDE; }
a { background-color: rgb(163,124,222); }
div.DivClassName
{
background-color: #A37CDE;
}
.BgClassName
{
background-color: #A37CDE;
}
</style>
border-color css
<style>
span { border-color: #A37CDE; }
span { border-color: rgb(163,124,222); }
td.TdClassName
{
border-color: #A37CDE;
}
.TagClassName
{
border-color: #A37CDE;
}
</style>