Shades of Medium Purple #A57EDD
Tints of Medium Purple #A57EDD
RGB
CMYK
RGB Variations
Color information
#A57EDD (or 0xA57EDD) is known color: Medium Purple. HEX triplet: A5, 7E and DD. RGB value is (165,126,221). Sum of RGB (Red+Green+Blue) = 165+126+221=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 126 (49.61% from 255 or 24.61% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #A57EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57EDD is #5A8122. Grayscale: #949494. Windows color (decimal): -5931299 or 14515877. OLE color: 14515877.
HSL color Cylindrical-coordinate representation of color #A57EDD: hue angle of 264.63º degrees, saturation: 0.58, 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 #A57EDD is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 126 | 221 | - |
| CMYK | 0.25 | 0.43 | 0 | 0.13 |
| HSL | 264.63º | 0.58% | 0.68% | - |
| HSV(B) | 264.63º | 0.43% | 0.87% | - |
| XYZ | 36.03 | 28.14 | 71.94 | - |
| YUV | 148.49 | 168.92 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 126 | 221 | 0.25 | 0.43 | 0 | 0.13 | 264.63 | 0.58 | 0.68 |
| Hex | A5 | 7E | DD | 19 | 2B | 0 | D | 109 | 3A | 44 |
| Octal | 245 | 176 | 335 | 31 | 53 | 0 | 15 | 411 | 72 | 104 |
| Binary | 10100101 | 1111110 | 11011101 | 11001 | 101011 | 0 | 1101 | 100001001 | 111010 | 1000100 |
Color Harmonies of #A57EDD
Complementary color
Monochromatic Colors of #A57EDD
Black with #A57EDD
Text Example
Text Example
White with #A57EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57EDD; }
p { color: rgb(165,126,221); }
H1.HeaderClassName
{
color: #A57EDD;
}
.AnyTagClassName
{
color: #A57EDD;
}
</style>
background-color css
<style>
a { background-color: #A57EDD; }
a { background-color: rgb(165,126,221); }
div.DivClassName
{
background-color: #A57EDD;
}
.BgClassName
{
background-color: #A57EDD;
}
</style>
border-color css
<style>
span { border-color: #A57EDD; }
span { border-color: rgb(165,126,221); }
td.TdClassName
{
border-color: #A57EDD;
}
.TagClassName
{
border-color: #A57EDD;
}
</style>