Shades of Medium Purple #A57FE4
Tints of Medium Purple #A57FE4
RGB
CMYK
RGB Variations
Color information
#A57FE4 (or 0xA57FE4) is known color: Medium Purple. HEX triplet: A5, 7F and E4. RGB value is (165,127,228). Sum of RGB (Red+Green+Blue) = 165+127+228=520 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.73% from 520); Green value is 127 (50% from 255 or 24.42% from 520); Blue value is 228 (89.45% from 255 or 43.85% from 520); Max value from RGB is 228 - color contains mainly: blue. Hex color #A57FE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57FE4 is #5A801B. Grayscale: #959595. Windows color (decimal): -5931036 or 14974885. OLE color: 14974885.
HSL color Cylindrical-coordinate representation of color #A57FE4: hue angle of 262.57º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A57FE4 is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 127 | 228 | - |
| CMYK | 0.28 | 0.44 | 0 | 0.11 |
| HSL | 262.57º | 0.65% | 0.7% | - |
| HSV(B) | 262.57º | 0.44% | 0.89% | - |
| XYZ | 37.11 | 28.78 | 77 | - |
| YUV | 149.88 | 172.09 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 127 | 228 | 0.28 | 0.44 | 0 | 0.11 | 262.57 | 0.65 | 0.7 |
| Hex | A5 | 7F | E4 | 1C | 2C | 0 | B | 107 | 41 | 46 |
| Octal | 245 | 177 | 344 | 34 | 54 | 0 | 13 | 407 | 101 | 106 |
| Binary | 10100101 | 1111111 | 11100100 | 11100 | 101100 | 0 | 1011 | 100000111 | 1000001 | 1000110 |
Color Harmonies of #A57FE4
Complementary color
Monochromatic Colors of #A57FE4
Black with #A57FE4
Text Example
Text Example
White with #A57FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57FE4; }
p { color: rgb(165,127,228); }
H1.HeaderClassName
{
color: #A57FE4;
}
.AnyTagClassName
{
color: #A57FE4;
}
</style>
background-color css
<style>
a { background-color: #A57FE4; }
a { background-color: rgb(165,127,228); }
div.DivClassName
{
background-color: #A57FE4;
}
.BgClassName
{
background-color: #A57FE4;
}
</style>
border-color css
<style>
span { border-color: #A57FE4; }
span { border-color: rgb(165,127,228); }
td.TdClassName
{
border-color: #A57FE4;
}
.TagClassName
{
border-color: #A57FE4;
}
</style>