Shades of Medium Purple #A37ED6
Tints of Medium Purple #A37ED6
RGB
CMYK
RGB Variations
Color information
#A37ED6 (or 0xA37ED6) is known color: Medium Purple. HEX triplet: A3, 7E and D6. RGB value is (163,126,214). Sum of RGB (Red+Green+Blue) = 163+126+214=503 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.41% from 503); Green value is 126 (49.61% from 255 or 25.05% from 503); Blue value is 214 (83.98% from 255 or 42.54% from 503); Max value from RGB is 214 - color contains mainly: blue. Hex color #A37ED6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37ED6 is #5C8129. Grayscale: #929292. Windows color (decimal): -6062378 or 14057123. OLE color: 14057123.
HSL color Cylindrical-coordinate representation of color #A37ED6: hue angle of 265.23º degrees, saturation: 0.52, 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 #A37ED6 is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 126 | 214 | - |
| CMYK | 0.24 | 0.41 | 0 | 0.16 |
| HSL | 265.23º | 0.52% | 0.67% | - |
| HSV(B) | 265.23º | 0.41% | 0.84% | - |
| XYZ | 34.7 | 27.56 | 67.11 | - |
| YUV | 147.1 | 165.76 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 126 | 214 | 0.24 | 0.41 | 0 | 0.16 | 265.23 | 0.52 | 0.67 |
| Hex | A3 | 7E | D6 | 18 | 29 | 0 | 10 | 109 | 34 | 43 |
| Octal | 243 | 176 | 326 | 30 | 51 | 0 | 20 | 411 | 64 | 103 |
| Binary | 10100011 | 1111110 | 11010110 | 11000 | 101001 | 0 | 10000 | 100001001 | 110100 | 1000011 |
Color Harmonies of #A37ED6
Complementary color
Monochromatic Colors of #A37ED6
Black with #A37ED6
Text Example
Text Example
White with #A37ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37ED6; }
p { color: rgb(163,126,214); }
H1.HeaderClassName
{
color: #A37ED6;
}
.AnyTagClassName
{
color: #A37ED6;
}
</style>
background-color css
<style>
a { background-color: #A37ED6; }
a { background-color: rgb(163,126,214); }
div.DivClassName
{
background-color: #A37ED6;
}
.BgClassName
{
background-color: #A37ED6;
}
</style>
border-color css
<style>
span { border-color: #A37ED6; }
span { border-color: rgb(163,126,214); }
td.TdClassName
{
border-color: #A37ED6;
}
.TagClassName
{
border-color: #A37ED6;
}
</style>