Shades of Medium Purple #A57DED
Tints of Medium Purple #A57DED
RGB
CMYK
RGB Variations
Color information
#A57DED (or 0xA57DED) is known color: Medium Purple. HEX triplet: A5, 7D and ED. RGB value is (165,125,237). Sum of RGB (Red+Green+Blue) = 165+125+237=527 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.31% from 527); Green value is 125 (49.22% from 255 or 23.72% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #A57DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57DED is #5A8212. Grayscale: #959595. Windows color (decimal): -5931539 or 15564197. OLE color: 15564197.
HSL color Cylindrical-coordinate representation of color #A57DED: hue angle of 261.43º degrees, saturation: 0.76, 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 #A57DED is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 125 | 237 | - |
| CMYK | 0.30 | 0.47 | 0 | 0.07 |
| HSL | 261.43º | 0.76% | 0.71% | - |
| HSV(B) | 261.43º | 0.47% | 0.93% | - |
| XYZ | 38.14 | 28.78 | 83.67 | - |
| YUV | 149.73 | 177.25 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 125 | 237 | 0.30 | 0.47 | 0 | 0.07 | 261.43 | 0.76 | 0.71 |
| Hex | A5 | 7D | ED | 1E | 2F | 0 | 7 | 105 | 4C | 47 |
| Octal | 245 | 175 | 355 | 36 | 57 | 0 | 7 | 405 | 114 | 107 |
| Binary | 10100101 | 1111101 | 11101101 | 11110 | 101111 | 0 | 111 | 100000101 | 1001100 | 1000111 |
Color Harmonies of #A57DED
Complementary color
Monochromatic Colors of #A57DED
Black with #A57DED
Text Example
Text Example
White with #A57DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57DED; }
p { color: rgb(165,125,237); }
H1.HeaderClassName
{
color: #A57DED;
}
.AnyTagClassName
{
color: #A57DED;
}
</style>
background-color css
<style>
a { background-color: #A57DED; }
a { background-color: rgb(165,125,237); }
div.DivClassName
{
background-color: #A57DED;
}
.BgClassName
{
background-color: #A57DED;
}
</style>
border-color css
<style>
span { border-color: #A57DED; }
span { border-color: rgb(165,125,237); }
td.TdClassName
{
border-color: #A57DED;
}
.TagClassName
{
border-color: #A57DED;
}
</style>