Shades of Medium Purple #A57EEE
Tints of Medium Purple #A57EEE
RGB
CMYK
RGB Variations
Color information
#A57EEE (or 0xA57EEE) is known color: Medium Purple. HEX triplet: A5, 7E and EE. RGB value is (165,126,238). Sum of RGB (Red+Green+Blue) = 165+126+238=529 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.19% from 529); Green value is 126 (49.61% from 255 or 23.82% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #A57EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57EEE is #5A8111. Grayscale: #969696. Windows color (decimal): -5931282 or 15629989. OLE color: 15629989.
HSL color Cylindrical-coordinate representation of color #A57EEE: hue angle of 260.89º degrees, saturation: 0.77, 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 #A57EEE is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 126 | 238 | - |
| CMYK | 0.31 | 0.47 | 0 | 0.07 |
| HSL | 260.89º | 0.77% | 0.71% | - |
| HSV(B) | 260.89º | 0.47% | 0.93% | - |
| XYZ | 38.41 | 29.09 | 84.48 | - |
| YUV | 150.43 | 177.42 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 126 | 238 | 0.31 | 0.47 | 0 | 0.07 | 260.89 | 0.77 | 0.71 |
| Hex | A5 | 7E | EE | 1F | 2F | 0 | 7 | 105 | 4D | 47 |
| Octal | 245 | 176 | 356 | 37 | 57 | 0 | 7 | 405 | 115 | 107 |
| Binary | 10100101 | 1111110 | 11101110 | 11111 | 101111 | 0 | 111 | 100000101 | 1001101 | 1000111 |
Color Harmonies of #A57EEE
Complementary color
Monochromatic Colors of #A57EEE
Black with #A57EEE
Text Example
Text Example
White with #A57EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57EEE; }
p { color: rgb(165,126,238); }
H1.HeaderClassName
{
color: #A57EEE;
}
.AnyTagClassName
{
color: #A57EEE;
}
</style>
background-color css
<style>
a { background-color: #A57EEE; }
a { background-color: rgb(165,126,238); }
div.DivClassName
{
background-color: #A57EEE;
}
.BgClassName
{
background-color: #A57EEE;
}
</style>
border-color css
<style>
span { border-color: #A57EEE; }
span { border-color: rgb(165,126,238); }
td.TdClassName
{
border-color: #A57EEE;
}
.TagClassName
{
border-color: #A57EEE;
}
</style>