Shades of Medium Purple #A37DE8
Tints of Medium Purple #A37DE8
RGB
CMYK
RGB Variations
Color information
#A37DE8 (or 0xA37DE8) is known color: Medium Purple. HEX triplet: A3, 7D and E8. RGB value is (163,125,232). Sum of RGB (Red+Green+Blue) = 163+125+232=520 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.35% from 520); Green value is 125 (49.22% from 255 or 24.04% from 520); Blue value is 232 (91.02% from 255 or 44.62% from 520); Max value from RGB is 232 - color contains mainly: blue. Hex color #A37DE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A37DE8 is #5C8217. Grayscale: #949494. Windows color (decimal): -6062616 or 15236515. OLE color: 15236515.
HSL color Cylindrical-coordinate representation of color #A37DE8: hue angle of 261.31º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A37DE8 is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 125 | 232 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.09 |
| HSL | 261.31º | 0.7% | 0.7% | - |
| HSV(B) | 261.31º | 0.46% | 0.91% | - |
| XYZ | 37 | 28.28 | 79.85 | - |
| YUV | 148.56 | 175.09 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 125 | 232 | 0.30 | 0.46 | 0 | 0.09 | 261.31 | 0.7 | 0.7 |
| Hex | A3 | 7D | E8 | 1E | 2E | 0 | 9 | 105 | 46 | 46 |
| Octal | 243 | 175 | 350 | 36 | 56 | 0 | 11 | 405 | 106 | 106 |
| Binary | 10100011 | 1111101 | 11101000 | 11110 | 101110 | 0 | 1001 | 100000101 | 1000110 | 1000110 |
Color Harmonies of #A37DE8
Complementary color
Monochromatic Colors of #A37DE8
Black with #A37DE8
Text Example
Text Example
White with #A37DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37DE8; }
p { color: rgb(163,125,232); }
H1.HeaderClassName
{
color: #A37DE8;
}
.AnyTagClassName
{
color: #A37DE8;
}
</style>
background-color css
<style>
a { background-color: #A37DE8; }
a { background-color: rgb(163,125,232); }
div.DivClassName
{
background-color: #A37DE8;
}
.BgClassName
{
background-color: #A37DE8;
}
</style>
border-color css
<style>
span { border-color: #A37DE8; }
span { border-color: rgb(163,125,232); }
td.TdClassName
{
border-color: #A37DE8;
}
.TagClassName
{
border-color: #A37DE8;
}
</style>