Shades of Medium Purple #A57EDF
Tints of Medium Purple #A57EDF
RGB
CMYK
RGB Variations
Color information
#A57EDF (or 0xA57EDF) is known color: Medium Purple. HEX triplet: A5, 7E and DF. RGB value is (165,126,223). Sum of RGB (Red+Green+Blue) = 165+126+223=514 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.10% from 514); Green value is 126 (49.61% from 255 or 24.51% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #A57EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57EDF is #5A8120. Grayscale: #949494. Windows color (decimal): -5931297 or 14646949. OLE color: 14646949.
HSL color Cylindrical-coordinate representation of color #A57EDF: hue angle of 264.12º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A57EDF is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 126 | 223 | - |
| CMYK | 0.26 | 0.43 | 0 | 0.13 |
| HSL | 264.12º | 0.6% | 0.68% | - |
| HSV(B) | 264.12º | 0.43% | 0.87% | - |
| XYZ | 36.3 | 28.25 | 73.35 | - |
| YUV | 148.72 | 169.92 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 126 | 223 | 0.26 | 0.43 | 0 | 0.13 | 264.12 | 0.6 | 0.68 |
| Hex | A5 | 7E | DF | 1A | 2B | 0 | D | 108 | 3C | 44 |
| Octal | 245 | 176 | 337 | 32 | 53 | 0 | 15 | 410 | 74 | 104 |
| Binary | 10100101 | 1111110 | 11011111 | 11010 | 101011 | 0 | 1101 | 100001000 | 111100 | 1000100 |
Color Harmonies of #A57EDF
Complementary color
Monochromatic Colors of #A57EDF
Black with #A57EDF
Text Example
Text Example
White with #A57EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57EDF; }
p { color: rgb(165,126,223); }
H1.HeaderClassName
{
color: #A57EDF;
}
.AnyTagClassName
{
color: #A57EDF;
}
</style>
background-color css
<style>
a { background-color: #A57EDF; }
a { background-color: rgb(165,126,223); }
div.DivClassName
{
background-color: #A57EDF;
}
.BgClassName
{
background-color: #A57EDF;
}
</style>
border-color css
<style>
span { border-color: #A57EDF; }
span { border-color: rgb(165,126,223); }
td.TdClassName
{
border-color: #A57EDF;
}
.TagClassName
{
border-color: #A57EDF;
}
</style>