Shades of Medium Purple #A37DE2
Tints of Medium Purple #A37DE2
RGB
CMYK
RGB Variations
Color information
#A37DE2 (or 0xA37DE2) is known color: Medium Purple. HEX triplet: A3, 7D and E2. RGB value is (163,125,226). Sum of RGB (Red+Green+Blue) = 163+125+226=514 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.71% from 514); Green value is 125 (49.22% from 255 or 24.32% from 514); Blue value is 226 (88.67% from 255 or 43.97% from 514); Max value from RGB is 226 - color contains mainly: blue. Hex color #A37DE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37DE2 is #5C821D. Grayscale: #939393. Windows color (decimal): -6062622 or 14843299. OLE color: 14843299.
HSL color Cylindrical-coordinate representation of color #A37DE2: hue angle of 262.57º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A37DE2 is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 125 | 226 | - |
| CMYK | 0.28 | 0.45 | 0 | 0.11 |
| HSL | 262.57º | 0.64% | 0.69% | - |
| HSV(B) | 262.57º | 0.45% | 0.89% | - |
| XYZ | 36.17 | 27.94 | 75.44 | - |
| YUV | 147.88 | 172.09 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 125 | 226 | 0.28 | 0.45 | 0 | 0.11 | 262.57 | 0.64 | 0.69 |
| Hex | A3 | 7D | E2 | 1C | 2D | 0 | B | 107 | 40 | 45 |
| Octal | 243 | 175 | 342 | 34 | 55 | 0 | 13 | 407 | 100 | 105 |
| Binary | 10100011 | 1111101 | 11100010 | 11100 | 101101 | 0 | 1011 | 100000111 | 1000000 | 1000101 |
Color Harmonies of #A37DE2
Complementary color
Monochromatic Colors of #A37DE2
Black with #A37DE2
Text Example
Text Example
White with #A37DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37DE2; }
p { color: rgb(163,125,226); }
H1.HeaderClassName
{
color: #A37DE2;
}
.AnyTagClassName
{
color: #A37DE2;
}
</style>
background-color css
<style>
a { background-color: #A37DE2; }
a { background-color: rgb(163,125,226); }
div.DivClassName
{
background-color: #A37DE2;
}
.BgClassName
{
background-color: #A37DE2;
}
</style>
border-color css
<style>
span { border-color: #A37DE2; }
span { border-color: rgb(163,125,226); }
td.TdClassName
{
border-color: #A37DE2;
}
.TagClassName
{
border-color: #A37DE2;
}
</style>