Shades of Medium Purple #A37EDA
Tints of Medium Purple #A37EDA
RGB
CMYK
RGB Variations
Color information
#A37EDA (or 0xA37EDA) is known color: Medium Purple. HEX triplet: A3, 7E and DA. RGB value is (163,126,218). Sum of RGB (Red+Green+Blue) = 163+126+218=507 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.15% from 507); Green value is 126 (49.61% from 255 or 24.85% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #A37EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37EDA is #5C8125. Grayscale: #939393. Windows color (decimal): -6062374 or 14319267. OLE color: 14319267.
HSL color Cylindrical-coordinate representation of color #A37EDA: hue angle of 264.13º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A37EDA is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 126 | 218 | - |
| CMYK | 0.25 | 0.42 | 0 | 0.15 |
| HSL | 264.13º | 0.55% | 0.67% | - |
| HSV(B) | 264.13º | 0.42% | 0.85% | - |
| XYZ | 35.22 | 27.77 | 69.83 | - |
| YUV | 147.55 | 167.76 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 126 | 218 | 0.25 | 0.42 | 0 | 0.15 | 264.13 | 0.55 | 0.67 |
| Hex | A3 | 7E | DA | 19 | 2A | 0 | F | 108 | 37 | 43 |
| Octal | 243 | 176 | 332 | 31 | 52 | 0 | 17 | 410 | 67 | 103 |
| Binary | 10100011 | 1111110 | 11011010 | 11001 | 101010 | 0 | 1111 | 100001000 | 110111 | 1000011 |
Color Harmonies of #A37EDA
Complementary color
Monochromatic Colors of #A37EDA
Black with #A37EDA
Text Example
Text Example
White with #A37EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37EDA; }
p { color: rgb(163,126,218); }
H1.HeaderClassName
{
color: #A37EDA;
}
.AnyTagClassName
{
color: #A37EDA;
}
</style>
background-color css
<style>
a { background-color: #A37EDA; }
a { background-color: rgb(163,126,218); }
div.DivClassName
{
background-color: #A37EDA;
}
.BgClassName
{
background-color: #A37EDA;
}
</style>
border-color css
<style>
span { border-color: #A37EDA; }
span { border-color: rgb(163,126,218); }
td.TdClassName
{
border-color: #A37EDA;
}
.TagClassName
{
border-color: #A37EDA;
}
</style>