Shades of Medium Purple #A57EDB
Tints of Medium Purple #A57EDB
RGB
CMYK
RGB Variations
Color information
#A57EDB (or 0xA57EDB) is known color: Medium Purple. HEX triplet: A5, 7E and DB. RGB value is (165,126,219). Sum of RGB (Red+Green+Blue) = 165+126+219=510 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.35% from 510); Green value is 126 (49.61% from 255 or 24.71% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #A57EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57EDB is #5A8124. Grayscale: #939393. Windows color (decimal): -5931301 or 14384805. OLE color: 14384805.
HSL color Cylindrical-coordinate representation of color #A57EDB: hue angle of 265.16º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A57EDB is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 126 | 219 | - |
| CMYK | 0.25 | 0.42 | 0 | 0.14 |
| HSL | 265.16º | 0.56% | 0.68% | - |
| HSV(B) | 265.16º | 0.42% | 0.86% | - |
| XYZ | 35.76 | 28.04 | 70.54 | - |
| YUV | 148.26 | 167.92 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 126 | 219 | 0.25 | 0.42 | 0 | 0.14 | 265.16 | 0.56 | 0.68 |
| Hex | A5 | 7E | DB | 19 | 2A | 0 | E | 109 | 38 | 44 |
| Octal | 245 | 176 | 333 | 31 | 52 | 0 | 16 | 411 | 70 | 104 |
| Binary | 10100101 | 1111110 | 11011011 | 11001 | 101010 | 0 | 1110 | 100001001 | 111000 | 1000100 |
Color Harmonies of #A57EDB
Complementary color
Monochromatic Colors of #A57EDB
Black with #A57EDB
Text Example
Text Example
White with #A57EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57EDB; }
p { color: rgb(165,126,219); }
H1.HeaderClassName
{
color: #A57EDB;
}
.AnyTagClassName
{
color: #A57EDB;
}
</style>
background-color css
<style>
a { background-color: #A57EDB; }
a { background-color: rgb(165,126,219); }
div.DivClassName
{
background-color: #A57EDB;
}
.BgClassName
{
background-color: #A57EDB;
}
</style>
border-color css
<style>
span { border-color: #A57EDB; }
span { border-color: rgb(165,126,219); }
td.TdClassName
{
border-color: #A57EDB;
}
.TagClassName
{
border-color: #A57EDB;
}
</style>