Shades of Medium Purple #A37AF1
Tints of Medium Purple #A37AF1
RGB
CMYK
RGB Variations
Color information
#A37AF1 (or 0xA37AF1) is known color: Medium Purple. HEX triplet: A3, 7A and F1. RGB value is (163,122,241). Sum of RGB (Red+Green+Blue) = 163+122+241=526 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.99% from 526); Green value is 122 (48.05% from 255 or 23.19% from 526); Blue value is 241 (94.53% from 255 or 45.82% from 526); Max value from RGB is 241 - color contains mainly: blue. Hex color #A37AF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A37AF1 is #5C850E. Grayscale: #939393. Windows color (decimal): -6063375 or 15825571. OLE color: 15825571.
HSL color Cylindrical-coordinate representation of color #A37AF1: hue angle of 260.67º 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 #A37AF1 is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 122 | 241 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.05 |
| HSL | 260.67º | 0.81% | 0.71% | - |
| HSV(B) | 260.67º | 0.49% | 0.95% | - |
| XYZ | 37.94 | 28.06 | 86.63 | - |
| YUV | 147.83 | 180.58 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 122 | 241 | 0.32 | 0.49 | 0 | 0.05 | 260.67 | 0.81 | 0.71 |
| Hex | A3 | 7A | F1 | 20 | 31 | 0 | 5 | 105 | 51 | 47 |
| Octal | 243 | 172 | 361 | 40 | 61 | 0 | 5 | 405 | 121 | 107 |
| Binary | 10100011 | 1111010 | 11110001 | 100000 | 110001 | 0 | 101 | 100000101 | 1010001 | 1000111 |
Color Harmonies of #A37AF1
Complementary color
Monochromatic Colors of #A37AF1
Black with #A37AF1
Text Example
Text Example
White with #A37AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37AF1; }
p { color: rgb(163,122,241); }
H1.HeaderClassName
{
color: #A37AF1;
}
.AnyTagClassName
{
color: #A37AF1;
}
</style>
background-color css
<style>
a { background-color: #A37AF1; }
a { background-color: rgb(163,122,241); }
div.DivClassName
{
background-color: #A37AF1;
}
.BgClassName
{
background-color: #A37AF1;
}
</style>
border-color css
<style>
span { border-color: #A37AF1; }
span { border-color: rgb(163,122,241); }
td.TdClassName
{
border-color: #A37AF1;
}
.TagClassName
{
border-color: #A37AF1;
}
</style>