Shades of Medium Purple #A57FF0
Tints of Medium Purple #A57FF0
RGB
CMYK
RGB Variations
Color information
#A57FF0 (or 0xA57FF0) is known color: Medium Purple. HEX triplet: A5, 7F and F0. RGB value is (165,127,240). Sum of RGB (Red+Green+Blue) = 165+127+240=532 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.02% from 532); Green value is 127 (50% from 255 or 23.87% from 532); Blue value is 240 (94.14% from 255 or 45.11% from 532); Max value from RGB is 240 - color contains mainly: blue. Hex color #A57FF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57FF0 is #5A800F. Grayscale: #969696. Windows color (decimal): -5931024 or 15761317. OLE color: 15761317.
HSL color Cylindrical-coordinate representation of color #A57FF0: hue angle of 260.18º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A57FF0 is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 127 | 240 | - |
| CMYK | 0.31 | 0.47 | 0 | 0.06 |
| HSL | 260.18º | 0.79% | 0.72% | - |
| HSV(B) | 260.18º | 0.47% | 0.94% | - |
| XYZ | 38.83 | 29.47 | 86.08 | - |
| YUV | 151.24 | 178.09 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 127 | 240 | 0.31 | 0.47 | 0 | 0.06 | 260.18 | 0.79 | 0.72 |
| Hex | A5 | 7F | F0 | 1F | 2F | 0 | 6 | 104 | 4F | 48 |
| Octal | 245 | 177 | 360 | 37 | 57 | 0 | 6 | 404 | 117 | 110 |
| Binary | 10100101 | 1111111 | 11110000 | 11111 | 101111 | 0 | 110 | 100000100 | 1001111 | 1001000 |
Color Harmonies of #A57FF0
Complementary color
Monochromatic Colors of #A57FF0
Black with #A57FF0
Text Example
Text Example
White with #A57FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57FF0; }
p { color: rgb(165,127,240); }
H1.HeaderClassName
{
color: #A57FF0;
}
.AnyTagClassName
{
color: #A57FF0;
}
</style>
background-color css
<style>
a { background-color: #A57FF0; }
a { background-color: rgb(165,127,240); }
div.DivClassName
{
background-color: #A57FF0;
}
.BgClassName
{
background-color: #A57FF0;
}
</style>
border-color css
<style>
span { border-color: #A57FF0; }
span { border-color: rgb(165,127,240); }
td.TdClassName
{
border-color: #A57FF0;
}
.TagClassName
{
border-color: #A57FF0;
}
</style>