Shades of Medium Purple #A37CF3
Tints of Medium Purple #A37CF3
RGB
CMYK
RGB Variations
Color information
#A37CF3 (or 0xA37CF3) is known color: Medium Purple. HEX triplet: A3, 7C and F3. RGB value is (163,124,243). Sum of RGB (Red+Green+Blue) = 163+124+243=530 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.75% from 530); Green value is 124 (48.83% from 255 or 23.40% from 530); Blue value is 243 (95.31% from 255 or 45.85% from 530); Max value from RGB is 243 - color contains mainly: blue. Hex color #A37CF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A37CF3 is #5C830C. Grayscale: #949494. Windows color (decimal): -6062861 or 15957155. OLE color: 15957155.
HSL color Cylindrical-coordinate representation of color #A37CF3: hue angle of 259.66º 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 #A37CF3 is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 124 | 243 | - |
| CMYK | 0.33 | 0.49 | 0 | 0.05 |
| HSL | 259.66º | 0.83% | 0.72% | - |
| HSV(B) | 259.66º | 0.49% | 0.95% | - |
| XYZ | 38.49 | 28.67 | 88.3 | - |
| YUV | 149.23 | 180.92 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 124 | 243 | 0.33 | 0.49 | 0 | 0.05 | 259.66 | 0.83 | 0.72 |
| Hex | A3 | 7C | F3 | 21 | 31 | 0 | 5 | 104 | 53 | 48 |
| Octal | 243 | 174 | 363 | 41 | 61 | 0 | 5 | 404 | 123 | 110 |
| Binary | 10100011 | 1111100 | 11110011 | 100001 | 110001 | 0 | 101 | 100000100 | 1010011 | 1001000 |
Color Harmonies of #A37CF3
Complementary color
Monochromatic Colors of #A37CF3
Black with #A37CF3
Text Example
Text Example
White with #A37CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37CF3; }
p { color: rgb(163,124,243); }
H1.HeaderClassName
{
color: #A37CF3;
}
.AnyTagClassName
{
color: #A37CF3;
}
</style>
background-color css
<style>
a { background-color: #A37CF3; }
a { background-color: rgb(163,124,243); }
div.DivClassName
{
background-color: #A37CF3;
}
.BgClassName
{
background-color: #A37CF3;
}
</style>
border-color css
<style>
span { border-color: #A37CF3; }
span { border-color: rgb(163,124,243); }
td.TdClassName
{
border-color: #A37CF3;
}
.TagClassName
{
border-color: #A37CF3;
}
</style>