Shades of Medium Purple #A57DDB
Tints of Medium Purple #A57DDB
RGB
CMYK
RGB Variations
Color information
#A57DDB (or 0xA57DDB) is known color: Medium Purple. HEX triplet: A5, 7D and DB. RGB value is (165,125,219). Sum of RGB (Red+Green+Blue) = 165+125+219=509 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.42% from 509); Green value is 125 (49.22% from 255 or 24.56% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #A57DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57DDB is #5A8224. Grayscale: #939393. Windows color (decimal): -5931557 or 14384549. OLE color: 14384549.
HSL color Cylindrical-coordinate representation of color #A57DDB: hue angle of 265.53º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A57DDB is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 125 | 219 | - |
| CMYK | 0.25 | 0.43 | 0 | 0.14 |
| HSL | 265.53º | 0.57% | 0.67% | - |
| HSV(B) | 265.53º | 0.43% | 0.86% | - |
| XYZ | 35.64 | 27.78 | 70.5 | - |
| YUV | 147.68 | 168.25 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 125 | 219 | 0.25 | 0.43 | 0 | 0.14 | 265.53 | 0.57 | 0.67 |
| Hex | A5 | 7D | DB | 19 | 2B | 0 | E | 10A | 39 | 43 |
| Octal | 245 | 175 | 333 | 31 | 53 | 0 | 16 | 412 | 71 | 103 |
| Binary | 10100101 | 1111101 | 11011011 | 11001 | 101011 | 0 | 1110 | 100001010 | 111001 | 1000011 |
Color Harmonies of #A57DDB
Complementary color
Monochromatic Colors of #A57DDB
Black with #A57DDB
Text Example
Text Example
White with #A57DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57DDB; }
p { color: rgb(165,125,219); }
H1.HeaderClassName
{
color: #A57DDB;
}
.AnyTagClassName
{
color: #A57DDB;
}
</style>
background-color css
<style>
a { background-color: #A57DDB; }
a { background-color: rgb(165,125,219); }
div.DivClassName
{
background-color: #A57DDB;
}
.BgClassName
{
background-color: #A57DDB;
}
</style>
border-color css
<style>
span { border-color: #A57DDB; }
span { border-color: rgb(165,125,219); }
td.TdClassName
{
border-color: #A57DDB;
}
.TagClassName
{
border-color: #A57DDB;
}
</style>