Shades of Medium Purple #A37FF1
Tints of Medium Purple #A37FF1
RGB
CMYK
RGB Variations
Color information
#A37FF1 (or 0xA37FF1) is known color: Medium Purple. HEX triplet: A3, 7F and F1. RGB value is (163,127,241). Sum of RGB (Red+Green+Blue) = 163+127+241=531 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.70% from 531); Green value is 127 (50% from 255 or 23.92% from 531); Blue value is 241 (94.53% from 255 or 45.39% from 531); Max value from RGB is 241 - color contains mainly: blue. Hex color #A37FF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A37FF1 is #5C800E. Grayscale: #969696. Windows color (decimal): -6062095 or 15826851. OLE color: 15826851.
HSL color Cylindrical-coordinate representation of color #A37FF1: hue angle of 258.95º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A37FF1 is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 127 | 241 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.05 |
| HSL | 258.95º | 0.8% | 0.72% | - |
| HSV(B) | 258.95º | 0.47% | 0.95% | - |
| XYZ | 38.57 | 29.32 | 86.84 | - |
| YUV | 150.76 | 178.93 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 127 | 241 | 0.32 | 0.47 | 0 | 0.05 | 258.95 | 0.8 | 0.72 |
| Hex | A3 | 7F | F1 | 20 | 2F | 0 | 5 | 103 | 50 | 48 |
| Octal | 243 | 177 | 361 | 40 | 57 | 0 | 5 | 403 | 120 | 110 |
| Binary | 10100011 | 1111111 | 11110001 | 100000 | 101111 | 0 | 101 | 100000011 | 1010000 | 1001000 |
Color Harmonies of #A37FF1
Complementary color
Monochromatic Colors of #A37FF1
Black with #A37FF1
Text Example
Text Example
White with #A37FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37FF1; }
p { color: rgb(163,127,241); }
H1.HeaderClassName
{
color: #A37FF1;
}
.AnyTagClassName
{
color: #A37FF1;
}
</style>
background-color css
<style>
a { background-color: #A37FF1; }
a { background-color: rgb(163,127,241); }
div.DivClassName
{
background-color: #A37FF1;
}
.BgClassName
{
background-color: #A37FF1;
}
</style>
border-color css
<style>
span { border-color: #A37FF1; }
span { border-color: rgb(163,127,241); }
td.TdClassName
{
border-color: #A37FF1;
}
.TagClassName
{
border-color: #A37FF1;
}
</style>