Shades of Medium Purple #A57CEB
Tints of Medium Purple #A57CEB
RGB
CMYK
RGB Variations
Color information
#A57CEB (or 0xA57CEB) is known color: Medium Purple. HEX triplet: A5, 7C and EB. RGB value is (165,124,235). Sum of RGB (Red+Green+Blue) = 165+124+235=524 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.49% from 524); Green value is 124 (48.83% from 255 or 23.66% from 524); Blue value is 235 (92.19% from 255 or 44.85% from 524); Max value from RGB is 235 - color contains mainly: blue. Hex color #A57CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57CEB is #5A8314. Grayscale: #949494. Windows color (decimal): -5931797 or 15432869. OLE color: 15432869.
HSL color Cylindrical-coordinate representation of color #A57CEB: hue angle of 262.16º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A57CEB is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 124 | 235 | - |
| CMYK | 0.30 | 0.47 | 0 | 0.08 |
| HSL | 262.16º | 0.74% | 0.7% | - |
| HSV(B) | 262.16º | 0.47% | 0.92% | - |
| XYZ | 37.72 | 28.41 | 82.09 | - |
| YUV | 148.91 | 176.58 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 124 | 235 | 0.30 | 0.47 | 0 | 0.08 | 262.16 | 0.74 | 0.7 |
| Hex | A5 | 7C | EB | 1E | 2F | 0 | 8 | 106 | 4A | 46 |
| Octal | 245 | 174 | 353 | 36 | 57 | 0 | 10 | 406 | 112 | 106 |
| Binary | 10100101 | 1111100 | 11101011 | 11110 | 101111 | 0 | 1000 | 100000110 | 1001010 | 1000110 |
Color Harmonies of #A57CEB
Complementary color
Monochromatic Colors of #A57CEB
Black with #A57CEB
Text Example
Text Example
White with #A57CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57CEB; }
p { color: rgb(165,124,235); }
H1.HeaderClassName
{
color: #A57CEB;
}
.AnyTagClassName
{
color: #A57CEB;
}
</style>
background-color css
<style>
a { background-color: #A57CEB; }
a { background-color: rgb(165,124,235); }
div.DivClassName
{
background-color: #A57CEB;
}
.BgClassName
{
background-color: #A57CEB;
}
</style>
border-color css
<style>
span { border-color: #A57CEB; }
span { border-color: rgb(165,124,235); }
td.TdClassName
{
border-color: #A57CEB;
}
.TagClassName
{
border-color: #A57CEB;
}
</style>