Shades of Medium Purple #A57CE4
Tints of Medium Purple #A57CE4
RGB
CMYK
RGB Variations
Color information
#A57CE4 (or 0xA57CE4) is known color: Medium Purple. HEX triplet: A5, 7C and E4. RGB value is (165,124,228). Sum of RGB (Red+Green+Blue) = 165+124+228=517 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.91% from 517); Green value is 124 (48.83% from 255 or 23.98% from 517); Blue value is 228 (89.45% from 255 or 44.10% from 517); Max value from RGB is 228 - color contains mainly: blue. Hex color #A57CE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57CE4 is #5A831B. Grayscale: #939393. Windows color (decimal): -5931804 or 14974117. OLE color: 14974117.
HSL color Cylindrical-coordinate representation of color #A57CE4: hue angle of 263.65º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A57CE4 is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 124 | 228 | - |
| CMYK | 0.28 | 0.46 | 0 | 0.11 |
| HSL | 263.65º | 0.66% | 0.69% | - |
| HSV(B) | 263.65º | 0.46% | 0.89% | - |
| XYZ | 36.73 | 28.02 | 76.87 | - |
| YUV | 148.12 | 173.08 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 124 | 228 | 0.28 | 0.46 | 0 | 0.11 | 263.65 | 0.66 | 0.69 |
| Hex | A5 | 7C | E4 | 1C | 2E | 0 | B | 108 | 42 | 45 |
| Octal | 245 | 174 | 344 | 34 | 56 | 0 | 13 | 410 | 102 | 105 |
| Binary | 10100101 | 1111100 | 11100100 | 11100 | 101110 | 0 | 1011 | 100001000 | 1000010 | 1000101 |
Color Harmonies of #A57CE4
Complementary color
Monochromatic Colors of #A57CE4
Black with #A57CE4
Text Example
Text Example
White with #A57CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57CE4; }
p { color: rgb(165,124,228); }
H1.HeaderClassName
{
color: #A57CE4;
}
.AnyTagClassName
{
color: #A57CE4;
}
</style>
background-color css
<style>
a { background-color: #A57CE4; }
a { background-color: rgb(165,124,228); }
div.DivClassName
{
background-color: #A57CE4;
}
.BgClassName
{
background-color: #A57CE4;
}
</style>
border-color css
<style>
span { border-color: #A57CE4; }
span { border-color: rgb(165,124,228); }
td.TdClassName
{
border-color: #A57CE4;
}
.TagClassName
{
border-color: #A57CE4;
}
</style>