Shades of Medium Purple #A37EDD
Tints of Medium Purple #A37EDD
RGB
CMYK
RGB Variations
Color information
#A37EDD (or 0xA37EDD) is known color: Medium Purple. HEX triplet: A3, 7E and DD. RGB value is (163,126,221). Sum of RGB (Red+Green+Blue) = 163+126+221=510 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.96% from 510); Green value is 126 (49.61% from 255 or 24.71% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #A37EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37EDD is #5C8122. Grayscale: #939393. Windows color (decimal): -6062371 or 14515875. OLE color: 14515875.
HSL color Cylindrical-coordinate representation of color #A37EDD: hue angle of 263.37º degrees, saturation: 0.58, 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 #A37EDD is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 126 | 221 | - |
| CMYK | 0.26 | 0.43 | 0 | 0.13 |
| HSL | 263.37º | 0.58% | 0.68% | - |
| HSV(B) | 263.37º | 0.43% | 0.87% | - |
| XYZ | 35.62 | 27.93 | 71.92 | - |
| YUV | 147.89 | 169.26 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 126 | 221 | 0.26 | 0.43 | 0 | 0.13 | 263.37 | 0.58 | 0.68 |
| Hex | A3 | 7E | DD | 1A | 2B | 0 | D | 107 | 3A | 44 |
| Octal | 243 | 176 | 335 | 32 | 53 | 0 | 15 | 407 | 72 | 104 |
| Binary | 10100011 | 1111110 | 11011101 | 11010 | 101011 | 0 | 1101 | 100000111 | 111010 | 1000100 |
Color Harmonies of #A37EDD
Complementary color
Monochromatic Colors of #A37EDD
Black with #A37EDD
Text Example
Text Example
White with #A37EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37EDD; }
p { color: rgb(163,126,221); }
H1.HeaderClassName
{
color: #A37EDD;
}
.AnyTagClassName
{
color: #A37EDD;
}
</style>
background-color css
<style>
a { background-color: #A37EDD; }
a { background-color: rgb(163,126,221); }
div.DivClassName
{
background-color: #A37EDD;
}
.BgClassName
{
background-color: #A37EDD;
}
</style>
border-color css
<style>
span { border-color: #A37EDD; }
span { border-color: rgb(163,126,221); }
td.TdClassName
{
border-color: #A37EDD;
}
.TagClassName
{
border-color: #A37EDD;
}
</style>