Shades of Medium Purple #A57CEC
Tints of Medium Purple #A57CEC
RGB
CMYK
RGB Variations
Color information
#A57CEC (or 0xA57CEC) is known color: Medium Purple. HEX triplet: A5, 7C and EC. RGB value is (165,124,236). Sum of RGB (Red+Green+Blue) = 165+124+236=525 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.43% from 525); Green value is 124 (48.83% from 255 or 23.62% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #A57CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57CEC is #5A8313. Grayscale: #949494. Windows color (decimal): -5931796 or 15498405. OLE color: 15498405.
HSL color Cylindrical-coordinate representation of color #A57CEC: hue angle of 261.96º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A57CEC is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 124 | 236 | - |
| CMYK | 0.30 | 0.47 | 0 | 0.07 |
| HSL | 261.96º | 0.75% | 0.71% | - |
| HSV(B) | 261.96º | 0.47% | 0.93% | - |
| XYZ | 37.87 | 28.47 | 82.86 | - |
| YUV | 149.03 | 177.08 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 124 | 236 | 0.30 | 0.47 | 0 | 0.07 | 261.96 | 0.75 | 0.71 |
| Hex | A5 | 7C | EC | 1E | 2F | 0 | 7 | 106 | 4B | 47 |
| Octal | 245 | 174 | 354 | 36 | 57 | 0 | 7 | 406 | 113 | 107 |
| Binary | 10100101 | 1111100 | 11101100 | 11110 | 101111 | 0 | 111 | 100000110 | 1001011 | 1000111 |
Color Harmonies of #A57CEC
Complementary color
Monochromatic Colors of #A57CEC
Black with #A57CEC
Text Example
Text Example
White with #A57CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57CEC; }
p { color: rgb(165,124,236); }
H1.HeaderClassName
{
color: #A57CEC;
}
.AnyTagClassName
{
color: #A57CEC;
}
</style>
background-color css
<style>
a { background-color: #A57CEC; }
a { background-color: rgb(165,124,236); }
div.DivClassName
{
background-color: #A57CEC;
}
.BgClassName
{
background-color: #A57CEC;
}
</style>
border-color css
<style>
span { border-color: #A57CEC; }
span { border-color: rgb(165,124,236); }
td.TdClassName
{
border-color: #A57CEC;
}
.TagClassName
{
border-color: #A57CEC;
}
</style>