Shades of Medium Purple #A37ED7
Tints of Medium Purple #A37ED7
RGB
CMYK
RGB Variations
Color information
#A37ED7 (or 0xA37ED7) is known color: Medium Purple. HEX triplet: A3, 7E and D7. RGB value is (163,126,215). Sum of RGB (Red+Green+Blue) = 163+126+215=504 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.34% from 504); Green value is 126 (49.61% from 255 or 25% from 504); Blue value is 215 (84.38% from 255 or 42.66% from 504); Max value from RGB is 215 - color contains mainly: blue. Hex color #A37ED7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37ED7 is #5C8128. Grayscale: #929292. Windows color (decimal): -6062377 or 14122659. OLE color: 14122659.
HSL color Cylindrical-coordinate representation of color #A37ED7: hue angle of 264.94º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A37ED7 is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 126 | 215 | - |
| CMYK | 0.24 | 0.41 | 0 | 0.16 |
| HSL | 264.94º | 0.53% | 0.67% | - |
| HSV(B) | 264.94º | 0.41% | 0.84% | - |
| XYZ | 34.83 | 27.61 | 67.78 | - |
| YUV | 147.21 | 166.26 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 126 | 215 | 0.24 | 0.41 | 0 | 0.16 | 264.94 | 0.53 | 0.67 |
| Hex | A3 | 7E | D7 | 18 | 29 | 0 | 10 | 109 | 35 | 43 |
| Octal | 243 | 176 | 327 | 30 | 51 | 0 | 20 | 411 | 65 | 103 |
| Binary | 10100011 | 1111110 | 11010111 | 11000 | 101001 | 0 | 10000 | 100001001 | 110101 | 1000011 |
Color Harmonies of #A37ED7
Complementary color
Monochromatic Colors of #A37ED7
Black with #A37ED7
Text Example
Text Example
White with #A37ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37ED7; }
p { color: rgb(163,126,215); }
H1.HeaderClassName
{
color: #A37ED7;
}
.AnyTagClassName
{
color: #A37ED7;
}
</style>
background-color css
<style>
a { background-color: #A37ED7; }
a { background-color: rgb(163,126,215); }
div.DivClassName
{
background-color: #A37ED7;
}
.BgClassName
{
background-color: #A37ED7;
}
</style>
border-color css
<style>
span { border-color: #A37ED7; }
span { border-color: rgb(163,126,215); }
td.TdClassName
{
border-color: #A37ED7;
}
.TagClassName
{
border-color: #A37ED7;
}
</style>