Shades of Medium Purple #A57DF9
Tints of Medium Purple #A57DF9
RGB
CMYK
RGB Variations
Color information
#A57DF9 (or 0xA57DF9) is known color: Medium Purple. HEX triplet: A5, 7D and F9. RGB value is (165,125,249). Sum of RGB (Red+Green+Blue) = 165+125+249=539 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.61% from 539); Green value is 125 (49.22% from 255 or 23.19% from 539); Blue value is 249 (97.66% from 255 or 46.20% from 539); Max value from RGB is 249 - color contains mainly: blue. Hex color #A57DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57DF9 is #5A8206. Grayscale: #969696. Windows color (decimal): -5931527 or 16350629. OLE color: 16350629.
HSL color Cylindrical-coordinate representation of color #A57DF9: hue angle of 259.35º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A57DF9 is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 125 | 249 | - |
| CMYK | 0.34 | 0.50 | 0 | 0.02 |
| HSL | 259.35º | 0.91% | 0.73% | - |
| HSV(B) | 259.35º | 0.5% | 0.98% | - |
| XYZ | 39.95 | 29.51 | 93.21 | - |
| YUV | 151.1 | 183.25 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 125 | 249 | 0.34 | 0.50 | 0 | 0.02 | 259.35 | 0.91 | 0.73 |
| Hex | A5 | 7D | F9 | 22 | 32 | 0 | 2 | 103 | 5B | 49 |
| Octal | 245 | 175 | 371 | 42 | 62 | 0 | 2 | 403 | 133 | 111 |
| Binary | 10100101 | 1111101 | 11111001 | 100010 | 110010 | 0 | 10 | 100000011 | 1011011 | 1001001 |
Color Harmonies of #A57DF9
Complementary color
Monochromatic Colors of #A57DF9
Black with #A57DF9
Text Example
Text Example
White with #A57DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57DF9; }
p { color: rgb(165,125,249); }
H1.HeaderClassName
{
color: #A57DF9;
}
.AnyTagClassName
{
color: #A57DF9;
}
</style>
background-color css
<style>
a { background-color: #A57DF9; }
a { background-color: rgb(165,125,249); }
div.DivClassName
{
background-color: #A57DF9;
}
.BgClassName
{
background-color: #A57DF9;
}
</style>
border-color css
<style>
span { border-color: #A57DF9; }
span { border-color: rgb(165,125,249); }
td.TdClassName
{
border-color: #A57DF9;
}
.TagClassName
{
border-color: #A57DF9;
}
</style>