Shades of Medium Purple #A37BF1
Tints of Medium Purple #A37BF1
RGB
CMYK
RGB Variations
Color information
#A37BF1 (or 0xA37BF1) is known color: Medium Purple. HEX triplet: A3, 7B and F1. RGB value is (163,123,241). Sum of RGB (Red+Green+Blue) = 163+123+241=527 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.93% from 527); Green value is 123 (48.44% from 255 or 23.34% from 527); Blue value is 241 (94.53% from 255 or 45.73% from 527); Max value from RGB is 241 - color contains mainly: blue. Hex color #A37BF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A37BF1 is #5C840E. Grayscale: #939393. Windows color (decimal): -6063119 or 15825827. OLE color: 15825827.
HSL color Cylindrical-coordinate representation of color #A37BF1: hue angle of 260.34º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A37BF1 is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 123 | 241 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.05 |
| HSL | 260.34º | 0.81% | 0.71% | - |
| HSV(B) | 260.34º | 0.49% | 0.95% | - |
| XYZ | 38.06 | 28.3 | 86.68 | - |
| YUV | 148.41 | 180.25 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 123 | 241 | 0.32 | 0.49 | 0 | 0.05 | 260.34 | 0.81 | 0.71 |
| Hex | A3 | 7B | F1 | 20 | 31 | 0 | 5 | 104 | 51 | 47 |
| Octal | 243 | 173 | 361 | 40 | 61 | 0 | 5 | 404 | 121 | 107 |
| Binary | 10100011 | 1111011 | 11110001 | 100000 | 110001 | 0 | 101 | 100000100 | 1010001 | 1000111 |
Color Harmonies of #A37BF1
Complementary color
Monochromatic Colors of #A37BF1
Black with #A37BF1
Text Example
Text Example
White with #A37BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37BF1; }
p { color: rgb(163,123,241); }
H1.HeaderClassName
{
color: #A37BF1;
}
.AnyTagClassName
{
color: #A37BF1;
}
</style>
background-color css
<style>
a { background-color: #A37BF1; }
a { background-color: rgb(163,123,241); }
div.DivClassName
{
background-color: #A37BF1;
}
.BgClassName
{
background-color: #A37BF1;
}
</style>
border-color css
<style>
span { border-color: #A37BF1; }
span { border-color: rgb(163,123,241); }
td.TdClassName
{
border-color: #A37BF1;
}
.TagClassName
{
border-color: #A37BF1;
}
</style>