Shades of Medium Purple #A57AE9
Tints of Medium Purple #A57AE9
RGB
CMYK
RGB Variations
Color information
#A57AE9 (or 0xA57AE9) is known color: Medium Purple. HEX triplet: A5, 7A and E9. RGB value is (165,122,233). Sum of RGB (Red+Green+Blue) = 165+122+233=520 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.73% from 520); Green value is 122 (48.05% from 255 or 23.46% from 520); Blue value is 233 (91.41% from 255 or 44.81% from 520); Max value from RGB is 233 - color contains mainly: blue. Hex color #A57AE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57AE9 is #5A8516. Grayscale: #939393. Windows color (decimal): -5932311 or 15301285. OLE color: 15301285.
HSL color Cylindrical-coordinate representation of color #A57AE9: hue angle of 263.24º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A57AE9 is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 122 | 233 | - |
| CMYK | 0.29 | 0.48 | 0 | 0.09 |
| HSL | 263.24º | 0.72% | 0.7% | - |
| HSV(B) | 263.24º | 0.48% | 0.91% | - |
| XYZ | 37.18 | 27.8 | 80.5 | - |
| YUV | 147.51 | 176.25 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 122 | 233 | 0.29 | 0.48 | 0 | 0.09 | 263.24 | 0.72 | 0.7 |
| Hex | A5 | 7A | E9 | 1D | 30 | 0 | 9 | 107 | 48 | 46 |
| Octal | 245 | 172 | 351 | 35 | 60 | 0 | 11 | 407 | 110 | 106 |
| Binary | 10100101 | 1111010 | 11101001 | 11101 | 110000 | 0 | 1001 | 100000111 | 1001000 | 1000110 |
Color Harmonies of #A57AE9
Complementary color
Monochromatic Colors of #A57AE9
Black with #A57AE9
Text Example
Text Example
White with #A57AE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57AE9; }
p { color: rgb(165,122,233); }
H1.HeaderClassName
{
color: #A57AE9;
}
.AnyTagClassName
{
color: #A57AE9;
}
</style>
background-color css
<style>
a { background-color: #A57AE9; }
a { background-color: rgb(165,122,233); }
div.DivClassName
{
background-color: #A57AE9;
}
.BgClassName
{
background-color: #A57AE9;
}
</style>
border-color css
<style>
span { border-color: #A57AE9; }
span { border-color: rgb(165,122,233); }
td.TdClassName
{
border-color: #A57AE9;
}
.TagClassName
{
border-color: #A57AE9;
}
</style>