Shades of Medium Purple #A37EEA
Tints of Medium Purple #A37EEA
RGB
CMYK
RGB Variations
Color information
#A37EEA (or 0xA37EEA) is known color: Medium Purple. HEX triplet: A3, 7E and EA. RGB value is (163,126,234). Sum of RGB (Red+Green+Blue) = 163+126+234=523 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.17% from 523); Green value is 126 (49.61% from 255 or 24.09% from 523); Blue value is 234 (91.80% from 255 or 44.74% from 523); Max value from RGB is 234 - color contains mainly: blue. Hex color #A37EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A37EEA is #5C8115. Grayscale: #949494. Windows color (decimal): -6062358 or 15367843. OLE color: 15367843.
HSL color Cylindrical-coordinate representation of color #A37EEA: hue angle of 260.56º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A37EEA is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 126 | 234 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.08 |
| HSL | 260.56º | 0.72% | 0.71% | - |
| HSV(B) | 260.56º | 0.46% | 0.92% | - |
| XYZ | 37.42 | 28.65 | 81.4 | - |
| YUV | 149.38 | 175.76 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 126 | 234 | 0.30 | 0.46 | 0 | 0.08 | 260.56 | 0.72 | 0.71 |
| Hex | A3 | 7E | EA | 1E | 2E | 0 | 8 | 105 | 48 | 47 |
| Octal | 243 | 176 | 352 | 36 | 56 | 0 | 10 | 405 | 110 | 107 |
| Binary | 10100011 | 1111110 | 11101010 | 11110 | 101110 | 0 | 1000 | 100000101 | 1001000 | 1000111 |
Color Harmonies of #A37EEA
Complementary color
Monochromatic Colors of #A37EEA
Black with #A37EEA
Text Example
Text Example
White with #A37EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37EEA; }
p { color: rgb(163,126,234); }
H1.HeaderClassName
{
color: #A37EEA;
}
.AnyTagClassName
{
color: #A37EEA;
}
</style>
background-color css
<style>
a { background-color: #A37EEA; }
a { background-color: rgb(163,126,234); }
div.DivClassName
{
background-color: #A37EEA;
}
.BgClassName
{
background-color: #A37EEA;
}
</style>
border-color css
<style>
span { border-color: #A37EEA; }
span { border-color: rgb(163,126,234); }
td.TdClassName
{
border-color: #A37EEA;
}
.TagClassName
{
border-color: #A37EEA;
}
</style>