Shades of Medium Purple #A57EF1
Tints of Medium Purple #A57EF1
RGB
CMYK
RGB Variations
Color information
#A57EF1 (or 0xA57EF1) is known color: Medium Purple. HEX triplet: A5, 7E and F1. RGB value is (165,126,241). Sum of RGB (Red+Green+Blue) = 165+126+241=532 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.02% from 532); Green value is 126 (49.61% from 255 or 23.68% from 532); Blue value is 241 (94.53% from 255 or 45.30% from 532); Max value from RGB is 241 - color contains mainly: blue. Hex color #A57EF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57EF1 is #5A810E. Grayscale: #969696. Windows color (decimal): -5931279 or 15826597. OLE color: 15826597.
HSL color Cylindrical-coordinate representation of color #A57EF1: hue angle of 260.35º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A57EF1 is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 126 | 241 | - |
| CMYK | 0.32 | 0.48 | 0 | 0.05 |
| HSL | 260.35º | 0.8% | 0.72% | - |
| HSV(B) | 260.35º | 0.48% | 0.95% | - |
| XYZ | 38.86 | 29.27 | 86.82 | - |
| YUV | 150.77 | 178.92 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 126 | 241 | 0.32 | 0.48 | 0 | 0.05 | 260.35 | 0.8 | 0.72 |
| Hex | A5 | 7E | F1 | 20 | 30 | 0 | 5 | 104 | 50 | 48 |
| Octal | 245 | 176 | 361 | 40 | 60 | 0 | 5 | 404 | 120 | 110 |
| Binary | 10100101 | 1111110 | 11110001 | 100000 | 110000 | 0 | 101 | 100000100 | 1010000 | 1001000 |
Color Harmonies of #A57EF1
Complementary color
Monochromatic Colors of #A57EF1
Black with #A57EF1
Text Example
Text Example
White with #A57EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57EF1; }
p { color: rgb(165,126,241); }
H1.HeaderClassName
{
color: #A57EF1;
}
.AnyTagClassName
{
color: #A57EF1;
}
</style>
background-color css
<style>
a { background-color: #A57EF1; }
a { background-color: rgb(165,126,241); }
div.DivClassName
{
background-color: #A57EF1;
}
.BgClassName
{
background-color: #A57EF1;
}
</style>
border-color css
<style>
span { border-color: #A57EF1; }
span { border-color: rgb(165,126,241); }
td.TdClassName
{
border-color: #A57EF1;
}
.TagClassName
{
border-color: #A57EF1;
}
</style>