Shades of Medium Purple #A37DDF
Tints of Medium Purple #A37DDF
RGB
CMYK
RGB Variations
Color information
#A37DDF (or 0xA37DDF) is known color: Medium Purple. HEX triplet: A3, 7D and DF. RGB value is (163,125,223). Sum of RGB (Red+Green+Blue) = 163+125+223=511 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.90% from 511); Green value is 125 (49.22% from 255 or 24.46% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #A37DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37DDF is #5C8220. Grayscale: #939393. Windows color (decimal): -6062625 or 14646691. OLE color: 14646691.
HSL color Cylindrical-coordinate representation of color #A37DDF: hue angle of 263.27º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A37DDF is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 125 | 223 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.13 |
| HSL | 263.27º | 0.6% | 0.68% | - |
| HSV(B) | 263.27º | 0.44% | 0.87% | - |
| XYZ | 35.76 | 27.78 | 73.29 | - |
| YUV | 147.53 | 170.59 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 125 | 223 | 0.27 | 0.44 | 0 | 0.13 | 263.27 | 0.6 | 0.68 |
| Hex | A3 | 7D | DF | 1B | 2C | 0 | D | 107 | 3C | 44 |
| Octal | 243 | 175 | 337 | 33 | 54 | 0 | 15 | 407 | 74 | 104 |
| Binary | 10100011 | 1111101 | 11011111 | 11011 | 101100 | 0 | 1101 | 100000111 | 111100 | 1000100 |
Color Harmonies of #A37DDF
Complementary color
Monochromatic Colors of #A37DDF
Black with #A37DDF
Text Example
Text Example
White with #A37DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37DDF; }
p { color: rgb(163,125,223); }
H1.HeaderClassName
{
color: #A37DDF;
}
.AnyTagClassName
{
color: #A37DDF;
}
</style>
background-color css
<style>
a { background-color: #A37DDF; }
a { background-color: rgb(163,125,223); }
div.DivClassName
{
background-color: #A37DDF;
}
.BgClassName
{
background-color: #A37DDF;
}
</style>
border-color css
<style>
span { border-color: #A37DDF; }
span { border-color: rgb(163,125,223); }
td.TdClassName
{
border-color: #A37DDF;
}
.TagClassName
{
border-color: #A37DDF;
}
</style>