Shades of Medium Purple #A57FEA
Tints of Medium Purple #A57FEA
RGB
CMYK
RGB Variations
Color information
#A57FEA (or 0xA57FEA) is known color: Medium Purple. HEX triplet: A5, 7F and EA. RGB value is (165,127,234). Sum of RGB (Red+Green+Blue) = 165+127+234=526 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.37% from 526); Green value is 127 (50% from 255 or 24.14% from 526); Blue value is 234 (91.80% from 255 or 44.49% from 526); Max value from RGB is 234 - color contains mainly: blue. Hex color #A57FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57FEA is #5A8015. Grayscale: #969696. Windows color (decimal): -5931030 or 15368101. OLE color: 15368101.
HSL color Cylindrical-coordinate representation of color #A57FEA: hue angle of 261.31º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A57FEA is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 127 | 234 | - |
| CMYK | 0.29 | 0.46 | 0 | 0.08 |
| HSL | 261.31º | 0.72% | 0.71% | - |
| HSV(B) | 261.31º | 0.46% | 0.92% | - |
| XYZ | 37.96 | 29.12 | 81.46 | - |
| YUV | 150.56 | 175.09 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 127 | 234 | 0.29 | 0.46 | 0 | 0.08 | 261.31 | 0.72 | 0.71 |
| Hex | A5 | 7F | EA | 1D | 2E | 0 | 8 | 105 | 48 | 47 |
| Octal | 245 | 177 | 352 | 35 | 56 | 0 | 10 | 405 | 110 | 107 |
| Binary | 10100101 | 1111111 | 11101010 | 11101 | 101110 | 0 | 1000 | 100000101 | 1001000 | 1000111 |
Color Harmonies of #A57FEA
Complementary color
Monochromatic Colors of #A57FEA
Black with #A57FEA
Text Example
Text Example
White with #A57FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57FEA; }
p { color: rgb(165,127,234); }
H1.HeaderClassName
{
color: #A57FEA;
}
.AnyTagClassName
{
color: #A57FEA;
}
</style>
background-color css
<style>
a { background-color: #A57FEA; }
a { background-color: rgb(165,127,234); }
div.DivClassName
{
background-color: #A57FEA;
}
.BgClassName
{
background-color: #A57FEA;
}
</style>
border-color css
<style>
span { border-color: #A57FEA; }
span { border-color: rgb(165,127,234); }
td.TdClassName
{
border-color: #A57FEA;
}
.TagClassName
{
border-color: #A57FEA;
}
</style>