Shades of Medium Purple #A37CF9
Tints of Medium Purple #A37CF9
RGB
CMYK
RGB Variations
Color information
#A37CF9 (or 0xA37CF9) is known color: Medium Purple. HEX triplet: A3, 7C and F9. RGB value is (163,124,249). Sum of RGB (Red+Green+Blue) = 163+124+249=536 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.41% from 536); Green value is 124 (48.83% from 255 or 23.13% from 536); Blue value is 249 (97.66% from 255 or 46.46% from 536); Max value from RGB is 249 - color contains mainly: blue. Hex color #A37CF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A37CF9 is #5C8306. Grayscale: #959595. Windows color (decimal): -6062855 or 16350371. OLE color: 16350371.
HSL color Cylindrical-coordinate representation of color #A37CF9: hue angle of 258.72º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A37CF9 is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 124 | 249 | - |
| CMYK | 0.35 | 0.50 | 0 | 0.02 |
| HSL | 258.72º | 0.91% | 0.73% | - |
| HSV(B) | 258.72º | 0.5% | 0.98% | - |
| XYZ | 39.41 | 29.04 | 93.15 | - |
| YUV | 149.91 | 183.92 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 124 | 249 | 0.35 | 0.50 | 0 | 0.02 | 258.72 | 0.91 | 0.73 |
| Hex | A3 | 7C | F9 | 23 | 32 | 0 | 2 | 103 | 5B | 49 |
| Octal | 243 | 174 | 371 | 43 | 62 | 0 | 2 | 403 | 133 | 111 |
| Binary | 10100011 | 1111100 | 11111001 | 100011 | 110010 | 0 | 10 | 100000011 | 1011011 | 1001001 |
Color Harmonies of #A37CF9
Complementary color
Monochromatic Colors of #A37CF9
Black with #A37CF9
Text Example
Text Example
White with #A37CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37CF9; }
p { color: rgb(163,124,249); }
H1.HeaderClassName
{
color: #A37CF9;
}
.AnyTagClassName
{
color: #A37CF9;
}
</style>
background-color css
<style>
a { background-color: #A37CF9; }
a { background-color: rgb(163,124,249); }
div.DivClassName
{
background-color: #A37CF9;
}
.BgClassName
{
background-color: #A37CF9;
}
</style>
border-color css
<style>
span { border-color: #A37CF9; }
span { border-color: rgb(163,124,249); }
td.TdClassName
{
border-color: #A37CF9;
}
.TagClassName
{
border-color: #A37CF9;
}
</style>