Shades of Medium Purple #A57DF6
Tints of Medium Purple #A57DF6
RGB
CMYK
RGB Variations
Color information
#A57DF6 (or 0xA57DF6) is known color: Medium Purple. HEX triplet: A5, 7D and F6. RGB value is (165,125,246). Sum of RGB (Red+Green+Blue) = 165+125+246=536 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.78% from 536); Green value is 125 (49.22% from 255 or 23.32% from 536); Blue value is 246 (96.48% from 255 or 45.90% from 536); Max value from RGB is 246 - color contains mainly: blue. Hex color #A57DF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57DF6 is #5A8209. Grayscale: #969696. Windows color (decimal): -5931530 or 16154021. OLE color: 16154021.
HSL color Cylindrical-coordinate representation of color #A57DF6: hue angle of 259.83º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A57DF6 is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 125 | 246 | - |
| CMYK | 0.33 | 0.49 | 0 | 0.04 |
| HSL | 259.83º | 0.87% | 0.73% | - |
| HSV(B) | 259.83º | 0.49% | 0.96% | - |
| XYZ | 39.49 | 29.32 | 90.77 | - |
| YUV | 150.75 | 181.75 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 125 | 246 | 0.33 | 0.49 | 0 | 0.04 | 259.83 | 0.87 | 0.73 |
| Hex | A5 | 7D | F6 | 21 | 31 | 0 | 4 | 104 | 57 | 49 |
| Octal | 245 | 175 | 366 | 41 | 61 | 0 | 4 | 404 | 127 | 111 |
| Binary | 10100101 | 1111101 | 11110110 | 100001 | 110001 | 0 | 100 | 100000100 | 1010111 | 1001001 |
Color Harmonies of #A57DF6
Complementary color
Monochromatic Colors of #A57DF6
Black with #A57DF6
Text Example
Text Example
White with #A57DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57DF6; }
p { color: rgb(165,125,246); }
H1.HeaderClassName
{
color: #A57DF6;
}
.AnyTagClassName
{
color: #A57DF6;
}
</style>
background-color css
<style>
a { background-color: #A57DF6; }
a { background-color: rgb(165,125,246); }
div.DivClassName
{
background-color: #A57DF6;
}
.BgClassName
{
background-color: #A57DF6;
}
</style>
border-color css
<style>
span { border-color: #A57DF6; }
span { border-color: rgb(165,125,246); }
td.TdClassName
{
border-color: #A57DF6;
}
.TagClassName
{
border-color: #A57DF6;
}
</style>