Shades of Medium Purple #A57DF1
Tints of Medium Purple #A57DF1
RGB
CMYK
RGB Variations
Color information
#A57DF1 (or 0xA57DF1) is known color: Medium Purple. HEX triplet: A5, 7D and F1. RGB value is (165,125,241). Sum of RGB (Red+Green+Blue) = 165+125+241=531 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.07% from 531); Green value is 125 (49.22% from 255 or 23.54% 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 #A57DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57DF1 is #5A820E. Grayscale: #959595. Windows color (decimal): -5931535 or 15826341. OLE color: 15826341.
HSL color Cylindrical-coordinate representation of color #A57DF1: hue angle of 260.69º degrees, saturation: 0.81, 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 #A57DF1 is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 125 | 241 | - |
| CMYK | 0.32 | 0.48 | 0 | 0.05 |
| HSL | 260.69º | 0.81% | 0.72% | - |
| HSV(B) | 260.69º | 0.48% | 0.95% | - |
| XYZ | 38.73 | 29.02 | 86.78 | - |
| YUV | 150.18 | 179.25 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 125 | 241 | 0.32 | 0.48 | 0 | 0.05 | 260.69 | 0.81 | 0.72 |
| Hex | A5 | 7D | F1 | 20 | 30 | 0 | 5 | 105 | 51 | 48 |
| Octal | 245 | 175 | 361 | 40 | 60 | 0 | 5 | 405 | 121 | 110 |
| Binary | 10100101 | 1111101 | 11110001 | 100000 | 110000 | 0 | 101 | 100000101 | 1010001 | 1001000 |
Color Harmonies of #A57DF1
Complementary color
Monochromatic Colors of #A57DF1
Black with #A57DF1
Text Example
Text Example
White with #A57DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57DF1; }
p { color: rgb(165,125,241); }
H1.HeaderClassName
{
color: #A57DF1;
}
.AnyTagClassName
{
color: #A57DF1;
}
</style>
background-color css
<style>
a { background-color: #A57DF1; }
a { background-color: rgb(165,125,241); }
div.DivClassName
{
background-color: #A57DF1;
}
.BgClassName
{
background-color: #A57DF1;
}
</style>
border-color css
<style>
span { border-color: #A57DF1; }
span { border-color: rgb(165,125,241); }
td.TdClassName
{
border-color: #A57DF1;
}
.TagClassName
{
border-color: #A57DF1;
}
</style>