Shades of Medium Purple #A37EEE
Tints of Medium Purple #A37EEE
RGB
CMYK
RGB Variations
Color information
#A37EEE (or 0xA37EEE) is known color: Medium Purple. HEX triplet: A3, 7E and EE. RGB value is (163,126,238). Sum of RGB (Red+Green+Blue) = 163+126+238=527 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.93% from 527); Green value is 126 (49.61% from 255 or 23.91% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #A37EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A37EEE is #5C8111. Grayscale: #959595. Windows color (decimal): -6062354 or 15629987. OLE color: 15629987.
HSL color Cylindrical-coordinate representation of color #A37EEE: hue angle of 259.82º degrees, saturation: 0.77, 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 #A37EEE is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 126 | 238 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.07 |
| HSL | 259.82º | 0.77% | 0.71% | - |
| HSV(B) | 259.82º | 0.47% | 0.93% | - |
| XYZ | 38 | 28.88 | 84.46 | - |
| YUV | 149.83 | 177.76 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 126 | 238 | 0.32 | 0.47 | 0 | 0.07 | 259.82 | 0.77 | 0.71 |
| Hex | A3 | 7E | EE | 20 | 2F | 0 | 7 | 104 | 4D | 47 |
| Octal | 243 | 176 | 356 | 40 | 57 | 0 | 7 | 404 | 115 | 107 |
| Binary | 10100011 | 1111110 | 11101110 | 100000 | 101111 | 0 | 111 | 100000100 | 1001101 | 1000111 |
Color Harmonies of #A37EEE
Complementary color
Monochromatic Colors of #A37EEE
Black with #A37EEE
Text Example
Text Example
White with #A37EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37EEE; }
p { color: rgb(163,126,238); }
H1.HeaderClassName
{
color: #A37EEE;
}
.AnyTagClassName
{
color: #A37EEE;
}
</style>
background-color css
<style>
a { background-color: #A37EEE; }
a { background-color: rgb(163,126,238); }
div.DivClassName
{
background-color: #A37EEE;
}
.BgClassName
{
background-color: #A37EEE;
}
</style>
border-color css
<style>
span { border-color: #A37EEE; }
span { border-color: rgb(163,126,238); }
td.TdClassName
{
border-color: #A37EEE;
}
.TagClassName
{
border-color: #A37EEE;
}
</style>