Shades of Medium Purple #A37EDF
Tints of Medium Purple #A37EDF
RGB
CMYK
RGB Variations
Color information
#A37EDF (or 0xA37EDF) is known color: Medium Purple. HEX triplet: A3, 7E and DF. RGB value is (163,126,223). Sum of RGB (Red+Green+Blue) = 163+126+223=512 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.84% from 512); Green value is 126 (49.61% from 255 or 24.61% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #A37EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37EDF is #5C8120. Grayscale: #939393. Windows color (decimal): -6062369 or 14646947. OLE color: 14646947.
HSL color Cylindrical-coordinate representation of color #A37EDF: hue angle of 262.89º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A37EDF is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 126 | 223 | - |
| CMYK | 0.27 | 0.43 | 0 | 0.13 |
| HSL | 262.89º | 0.6% | 0.68% | - |
| HSV(B) | 262.89º | 0.43% | 0.87% | - |
| XYZ | 35.88 | 28.04 | 73.33 | - |
| YUV | 148.12 | 170.26 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 126 | 223 | 0.27 | 0.43 | 0 | 0.13 | 262.89 | 0.6 | 0.68 |
| Hex | A3 | 7E | DF | 1B | 2B | 0 | D | 107 | 3C | 44 |
| Octal | 243 | 176 | 337 | 33 | 53 | 0 | 15 | 407 | 74 | 104 |
| Binary | 10100011 | 1111110 | 11011111 | 11011 | 101011 | 0 | 1101 | 100000111 | 111100 | 1000100 |
Color Harmonies of #A37EDF
Complementary color
Monochromatic Colors of #A37EDF
Black with #A37EDF
Text Example
Text Example
White with #A37EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37EDF; }
p { color: rgb(163,126,223); }
H1.HeaderClassName
{
color: #A37EDF;
}
.AnyTagClassName
{
color: #A37EDF;
}
</style>
background-color css
<style>
a { background-color: #A37EDF; }
a { background-color: rgb(163,126,223); }
div.DivClassName
{
background-color: #A37EDF;
}
.BgClassName
{
background-color: #A37EDF;
}
</style>
border-color css
<style>
span { border-color: #A37EDF; }
span { border-color: rgb(163,126,223); }
td.TdClassName
{
border-color: #A37EDF;
}
.TagClassName
{
border-color: #A37EDF;
}
</style>