Shades of Medium Purple #A57FDD
Tints of Medium Purple #A57FDD
RGB
CMYK
RGB Variations
Color information
#A57FDD (or 0xA57FDD) is known color: Medium Purple. HEX triplet: A5, 7F and DD. RGB value is (165,127,221). Sum of RGB (Red+Green+Blue) = 165+127+221=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 127 (50% from 255 or 24.76% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #A57FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57FDD is #5A8022. Grayscale: #949494. Windows color (decimal): -5931043 or 14516133. OLE color: 14516133.
HSL color Cylindrical-coordinate representation of color #A57FDD: hue angle of 264.26º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A57FDD is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 127 | 221 | - |
| CMYK | 0.25 | 0.43 | 0 | 0.13 |
| HSL | 264.26º | 0.58% | 0.68% | - |
| HSV(B) | 264.26º | 0.43% | 0.87% | - |
| XYZ | 36.16 | 28.4 | 71.98 | - |
| YUV | 149.08 | 168.59 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 127 | 221 | 0.25 | 0.43 | 0 | 0.13 | 264.26 | 0.58 | 0.68 |
| Hex | A5 | 7F | DD | 19 | 2B | 0 | D | 108 | 3A | 44 |
| Octal | 245 | 177 | 335 | 31 | 53 | 0 | 15 | 410 | 72 | 104 |
| Binary | 10100101 | 1111111 | 11011101 | 11001 | 101011 | 0 | 1101 | 100001000 | 111010 | 1000100 |
Color Harmonies of #A57FDD
Complementary color
Monochromatic Colors of #A57FDD
Black with #A57FDD
Text Example
Text Example
White with #A57FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57FDD; }
p { color: rgb(165,127,221); }
H1.HeaderClassName
{
color: #A57FDD;
}
.AnyTagClassName
{
color: #A57FDD;
}
</style>
background-color css
<style>
a { background-color: #A57FDD; }
a { background-color: rgb(165,127,221); }
div.DivClassName
{
background-color: #A57FDD;
}
.BgClassName
{
background-color: #A57FDD;
}
</style>
border-color css
<style>
span { border-color: #A57FDD; }
span { border-color: rgb(165,127,221); }
td.TdClassName
{
border-color: #A57FDD;
}
.TagClassName
{
border-color: #A57FDD;
}
</style>