Shades of Medium Purple #A37DEE
Tints of Medium Purple #A37DEE
RGB
CMYK
RGB Variations
Color information
#A37DEE (or 0xA37DEE) is known color: Medium Purple. HEX triplet: A3, 7D and EE. RGB value is (163,125,238). Sum of RGB (Red+Green+Blue) = 163+125+238=526 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.99% from 526); Green value is 125 (49.22% from 255 or 23.76% from 526); Blue value is 238 (93.36% from 255 or 45.25% from 526); Max value from RGB is 238 - color contains mainly: blue. Hex color #A37DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A37DEE is #5C8211. Grayscale: #949494. Windows color (decimal): -6062610 or 15629731. OLE color: 15629731.
HSL color Cylindrical-coordinate representation of color #A37DEE: hue angle of 260.18º 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 #A37DEE is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 125 | 238 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.07 |
| HSL | 260.18º | 0.77% | 0.71% | - |
| HSV(B) | 260.18º | 0.47% | 0.93% | - |
| XYZ | 37.87 | 28.63 | 84.42 | - |
| YUV | 149.24 | 178.09 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 125 | 238 | 0.32 | 0.47 | 0 | 0.07 | 260.18 | 0.77 | 0.71 |
| Hex | A3 | 7D | EE | 20 | 2F | 0 | 7 | 104 | 4D | 47 |
| Octal | 243 | 175 | 356 | 40 | 57 | 0 | 7 | 404 | 115 | 107 |
| Binary | 10100011 | 1111101 | 11101110 | 100000 | 101111 | 0 | 111 | 100000100 | 1001101 | 1000111 |
Color Harmonies of #A37DEE
Complementary color
Monochromatic Colors of #A37DEE
Black with #A37DEE
Text Example
Text Example
White with #A37DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37DEE; }
p { color: rgb(163,125,238); }
H1.HeaderClassName
{
color: #A37DEE;
}
.AnyTagClassName
{
color: #A37DEE;
}
</style>
background-color css
<style>
a { background-color: #A37DEE; }
a { background-color: rgb(163,125,238); }
div.DivClassName
{
background-color: #A37DEE;
}
.BgClassName
{
background-color: #A37DEE;
}
</style>
border-color css
<style>
span { border-color: #A37DEE; }
span { border-color: rgb(163,125,238); }
td.TdClassName
{
border-color: #A37DEE;
}
.TagClassName
{
border-color: #A37DEE;
}
</style>