Shades of Medium Purple #A57DDF
Tints of Medium Purple #A57DDF
RGB
CMYK
RGB Variations
Color information
#A57DDF (or 0xA57DDF) is known color: Medium Purple. HEX triplet: A5, 7D and DF. RGB value is (165,125,223). Sum of RGB (Red+Green+Blue) = 165+125+223=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 125 (49.22% from 255 or 24.37% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #A57DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57DDF is #5A8220. Grayscale: #939393. Windows color (decimal): -5931553 or 14646693. OLE color: 14646693.
HSL color Cylindrical-coordinate representation of color #A57DDF: hue angle of 264.49º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A57DDF is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 125 | 223 | - |
| CMYK | 0.26 | 0.44 | 0 | 0.13 |
| HSL | 264.49º | 0.6% | 0.68% | - |
| HSV(B) | 264.49º | 0.44% | 0.87% | - |
| XYZ | 36.17 | 27.99 | 73.31 | - |
| YUV | 148.13 | 170.25 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 125 | 223 | 0.26 | 0.44 | 0 | 0.13 | 264.49 | 0.6 | 0.68 |
| Hex | A5 | 7D | DF | 1A | 2C | 0 | D | 108 | 3C | 44 |
| Octal | 245 | 175 | 337 | 32 | 54 | 0 | 15 | 410 | 74 | 104 |
| Binary | 10100101 | 1111101 | 11011111 | 11010 | 101100 | 0 | 1101 | 100001000 | 111100 | 1000100 |
Color Harmonies of #A57DDF
Complementary color
Monochromatic Colors of #A57DDF
Black with #A57DDF
Text Example
Text Example
White with #A57DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57DDF; }
p { color: rgb(165,125,223); }
H1.HeaderClassName
{
color: #A57DDF;
}
.AnyTagClassName
{
color: #A57DDF;
}
</style>
background-color css
<style>
a { background-color: #A57DDF; }
a { background-color: rgb(165,125,223); }
div.DivClassName
{
background-color: #A57DDF;
}
.BgClassName
{
background-color: #A57DDF;
}
</style>
border-color css
<style>
span { border-color: #A57DDF; }
span { border-color: rgb(165,125,223); }
td.TdClassName
{
border-color: #A57DDF;
}
.TagClassName
{
border-color: #A57DDF;
}
</style>