Shades of Medium Purple #A37DF3
Tints of Medium Purple #A37DF3
RGB
CMYK
RGB Variations
Color information
#A37DF3 (or 0xA37DF3) is known color: Medium Purple. HEX triplet: A3, 7D and F3. RGB value is (163,125,243). Sum of RGB (Red+Green+Blue) = 163+125+243=531 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.70% from 531); Green value is 125 (49.22% from 255 or 23.54% from 531); Blue value is 243 (95.31% from 255 or 45.76% from 531); Max value from RGB is 243 - color contains mainly: blue. Hex color #A37DF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A37DF3 is #5C820C. Grayscale: #959595. Windows color (decimal): -6062605 or 15957411. OLE color: 15957411.
HSL color Cylindrical-coordinate representation of color #A37DF3: hue angle of 259.32º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A37DF3 is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 125 | 243 | - |
| CMYK | 0.33 | 0.49 | 0 | 0.05 |
| HSL | 259.32º | 0.83% | 0.72% | - |
| HSV(B) | 259.32º | 0.49% | 0.95% | - |
| XYZ | 38.62 | 28.92 | 88.34 | - |
| YUV | 149.81 | 180.59 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 125 | 243 | 0.33 | 0.49 | 0 | 0.05 | 259.32 | 0.83 | 0.72 |
| Hex | A3 | 7D | F3 | 21 | 31 | 0 | 5 | 103 | 53 | 48 |
| Octal | 243 | 175 | 363 | 41 | 61 | 0 | 5 | 403 | 123 | 110 |
| Binary | 10100011 | 1111101 | 11110011 | 100001 | 110001 | 0 | 101 | 100000011 | 1010011 | 1001000 |
Color Harmonies of #A37DF3
Complementary color
Monochromatic Colors of #A37DF3
Black with #A37DF3
Text Example
Text Example
White with #A37DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37DF3; }
p { color: rgb(163,125,243); }
H1.HeaderClassName
{
color: #A37DF3;
}
.AnyTagClassName
{
color: #A37DF3;
}
</style>
background-color css
<style>
a { background-color: #A37DF3; }
a { background-color: rgb(163,125,243); }
div.DivClassName
{
background-color: #A37DF3;
}
.BgClassName
{
background-color: #A37DF3;
}
</style>
border-color css
<style>
span { border-color: #A37DF3; }
span { border-color: rgb(163,125,243); }
td.TdClassName
{
border-color: #A37DF3;
}
.TagClassName
{
border-color: #A37DF3;
}
</style>