Shades of Medium Purple #A57AF1
Tints of Medium Purple #A57AF1
RGB
CMYK
RGB Variations
Color information
#A57AF1 (or 0xA57AF1) is known color: Medium Purple. HEX triplet: A5, 7A and F1. RGB value is (165,122,241). Sum of RGB (Red+Green+Blue) = 165+122+241=528 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.25% from 528); Green value is 122 (48.05% from 255 or 23.11% from 528); Blue value is 241 (94.53% from 255 or 45.64% from 528); Max value from RGB is 241 - color contains mainly: blue. Hex color #A57AF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57AF1 is #5A850E. Grayscale: #939393. Windows color (decimal): -5932303 or 15825573. OLE color: 15825573.
HSL color Cylindrical-coordinate representation of color #A57AF1: hue angle of 261.68º 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 #A57AF1 is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 122 | 241 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.05 |
| HSL | 261.68º | 0.81% | 0.71% | - |
| HSV(B) | 261.68º | 0.49% | 0.95% | - |
| XYZ | 38.35 | 28.27 | 86.65 | - |
| YUV | 148.42 | 180.25 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 122 | 241 | 0.32 | 0.49 | 0 | 0.05 | 261.68 | 0.81 | 0.71 |
| Hex | A5 | 7A | F1 | 20 | 31 | 0 | 5 | 106 | 51 | 47 |
| Octal | 245 | 172 | 361 | 40 | 61 | 0 | 5 | 406 | 121 | 107 |
| Binary | 10100101 | 1111010 | 11110001 | 100000 | 110001 | 0 | 101 | 100000110 | 1010001 | 1000111 |
Color Harmonies of #A57AF1
Complementary color
Monochromatic Colors of #A57AF1
Black with #A57AF1
Text Example
Text Example
White with #A57AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57AF1; }
p { color: rgb(165,122,241); }
H1.HeaderClassName
{
color: #A57AF1;
}
.AnyTagClassName
{
color: #A57AF1;
}
</style>
background-color css
<style>
a { background-color: #A57AF1; }
a { background-color: rgb(165,122,241); }
div.DivClassName
{
background-color: #A57AF1;
}
.BgClassName
{
background-color: #A57AF1;
}
</style>
border-color css
<style>
span { border-color: #A57AF1; }
span { border-color: rgb(165,122,241); }
td.TdClassName
{
border-color: #A57AF1;
}
.TagClassName
{
border-color: #A57AF1;
}
</style>