Shades of Medium Purple #A37EEC
Tints of Medium Purple #A37EEC
RGB
CMYK
RGB Variations
Color information
#A37EEC (or 0xA37EEC) is known color: Medium Purple. HEX triplet: A3, 7E and EC. RGB value is (163,126,236). Sum of RGB (Red+Green+Blue) = 163+126+236=525 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.05% from 525); Green value is 126 (49.61% from 255 or 24% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #A37EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A37EEC is #5C8113. Grayscale: #959595. Windows color (decimal): -6062356 or 15498915. OLE color: 15498915.
HSL color Cylindrical-coordinate representation of color #A37EEC: hue angle of 260.18º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A37EEC is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 126 | 236 | - |
| CMYK | 0.31 | 0.47 | 0 | 0.07 |
| HSL | 260.18º | 0.74% | 0.71% | - |
| HSV(B) | 260.18º | 0.47% | 0.93% | - |
| XYZ | 37.71 | 28.76 | 82.92 | - |
| YUV | 149.6 | 176.76 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 126 | 236 | 0.31 | 0.47 | 0 | 0.07 | 260.18 | 0.74 | 0.71 |
| Hex | A3 | 7E | EC | 1F | 2F | 0 | 7 | 104 | 4A | 47 |
| Octal | 243 | 176 | 354 | 37 | 57 | 0 | 7 | 404 | 112 | 107 |
| Binary | 10100011 | 1111110 | 11101100 | 11111 | 101111 | 0 | 111 | 100000100 | 1001010 | 1000111 |
Color Harmonies of #A37EEC
Complementary color
Monochromatic Colors of #A37EEC
Black with #A37EEC
Text Example
Text Example
White with #A37EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37EEC; }
p { color: rgb(163,126,236); }
H1.HeaderClassName
{
color: #A37EEC;
}
.AnyTagClassName
{
color: #A37EEC;
}
</style>
background-color css
<style>
a { background-color: #A37EEC; }
a { background-color: rgb(163,126,236); }
div.DivClassName
{
background-color: #A37EEC;
}
.BgClassName
{
background-color: #A37EEC;
}
</style>
border-color css
<style>
span { border-color: #A37EEC; }
span { border-color: rgb(163,126,236); }
td.TdClassName
{
border-color: #A37EEC;
}
.TagClassName
{
border-color: #A37EEC;
}
</style>