Shades of Medium Purple #A57CDF
Tints of Medium Purple #A57CDF
RGB
CMYK
RGB Variations
Color information
#A57CDF (or 0xA57CDF) is known color: Medium Purple. HEX triplet: A5, 7C and DF. RGB value is (165,124,223). Sum of RGB (Red+Green+Blue) = 165+124+223=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 124 (48.83% from 255 or 24.22% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #A57CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57CDF is #5A8320. Grayscale: #939393. Windows color (decimal): -5931809 or 14646437. OLE color: 14646437.
HSL color Cylindrical-coordinate representation of color #A57CDF: hue angle of 264.85º degrees, saturation: 0.61, 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 #A57CDF is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 124 | 223 | - |
| CMYK | 0.26 | 0.44 | 0 | 0.13 |
| HSL | 264.85º | 0.61% | 0.68% | - |
| HSV(B) | 264.85º | 0.44% | 0.87% | - |
| XYZ | 36.04 | 27.74 | 73.27 | - |
| YUV | 147.55 | 170.58 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 124 | 223 | 0.26 | 0.44 | 0 | 0.13 | 264.85 | 0.61 | 0.68 |
| Hex | A5 | 7C | DF | 1A | 2C | 0 | D | 109 | 3D | 44 |
| Octal | 245 | 174 | 337 | 32 | 54 | 0 | 15 | 411 | 75 | 104 |
| Binary | 10100101 | 1111100 | 11011111 | 11010 | 101100 | 0 | 1101 | 100001001 | 111101 | 1000100 |
Color Harmonies of #A57CDF
Complementary color
Monochromatic Colors of #A57CDF
Black with #A57CDF
Text Example
Text Example
White with #A57CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57CDF; }
p { color: rgb(165,124,223); }
H1.HeaderClassName
{
color: #A57CDF;
}
.AnyTagClassName
{
color: #A57CDF;
}
</style>
background-color css
<style>
a { background-color: #A57CDF; }
a { background-color: rgb(165,124,223); }
div.DivClassName
{
background-color: #A57CDF;
}
.BgClassName
{
background-color: #A57CDF;
}
</style>
border-color css
<style>
span { border-color: #A57CDF; }
span { border-color: rgb(165,124,223); }
td.TdClassName
{
border-color: #A57CDF;
}
.TagClassName
{
border-color: #A57CDF;
}
</style>