Shades of Medium Purple #A57EEF
Tints of Medium Purple #A57EEF
RGB
CMYK
RGB Variations
Color information
#A57EEF (or 0xA57EEF) is known color: Medium Purple. HEX triplet: A5, 7E and EF. RGB value is (165,126,239). Sum of RGB (Red+Green+Blue) = 165+126+239=530 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.13% from 530); Green value is 126 (49.61% from 255 or 23.77% from 530); Blue value is 239 (93.75% from 255 or 45.09% from 530); Max value from RGB is 239 - color contains mainly: blue. Hex color #A57EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57EEF is #5A8110. Grayscale: #969696. Windows color (decimal): -5931281 or 15695525. OLE color: 15695525.
HSL color Cylindrical-coordinate representation of color #A57EEF: hue angle of 260.71º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A57EEF is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 126 | 239 | - |
| CMYK | 0.31 | 0.47 | 0 | 0.06 |
| HSL | 260.71º | 0.78% | 0.72% | - |
| HSV(B) | 260.71º | 0.47% | 0.94% | - |
| XYZ | 38.56 | 29.15 | 85.26 | - |
| YUV | 150.54 | 177.92 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 126 | 239 | 0.31 | 0.47 | 0 | 0.06 | 260.71 | 0.78 | 0.72 |
| Hex | A5 | 7E | EF | 1F | 2F | 0 | 6 | 105 | 4E | 48 |
| Octal | 245 | 176 | 357 | 37 | 57 | 0 | 6 | 405 | 116 | 110 |
| Binary | 10100101 | 1111110 | 11101111 | 11111 | 101111 | 0 | 110 | 100000101 | 1001110 | 1001000 |
Color Harmonies of #A57EEF
Complementary color
Monochromatic Colors of #A57EEF
Black with #A57EEF
Text Example
Text Example
White with #A57EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57EEF; }
p { color: rgb(165,126,239); }
H1.HeaderClassName
{
color: #A57EEF;
}
.AnyTagClassName
{
color: #A57EEF;
}
</style>
background-color css
<style>
a { background-color: #A57EEF; }
a { background-color: rgb(165,126,239); }
div.DivClassName
{
background-color: #A57EEF;
}
.BgClassName
{
background-color: #A57EEF;
}
</style>
border-color css
<style>
span { border-color: #A57EEF; }
span { border-color: rgb(165,126,239); }
td.TdClassName
{
border-color: #A57EEF;
}
.TagClassName
{
border-color: #A57EEF;
}
</style>