Shades of Medium Purple #A57FDA
Tints of Medium Purple #A57FDA
RGB
CMYK
RGB Variations
Color information
#A57FDA (or 0xA57FDA) is known color: Medium Purple. HEX triplet: A5, 7F and DA. RGB value is (165,127,218). Sum of RGB (Red+Green+Blue) = 165+127+218=510 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.35% from 510); Green value is 127 (50% from 255 or 24.90% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #A57FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57FDA is #5A8025. Grayscale: #949494. Windows color (decimal): -5931046 or 14319525. OLE color: 14319525.
HSL color Cylindrical-coordinate representation of color #A57FDA: hue angle of 265.05º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A57FDA is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 127 | 218 | - |
| CMYK | 0.24 | 0.42 | 0 | 0.15 |
| HSL | 265.06º | 0.55% | 0.68% | - |
| HSV(B) | 265.06º | 0.42% | 0.85% | - |
| XYZ | 35.76 | 28.24 | 69.9 | - |
| YUV | 148.74 | 167.09 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 127 | 218 | 0.24 | 0.42 | 0 | 0.15 | 265.06 | 0.55 | 0.68 |
| Hex | A5 | 7F | DA | 18 | 2A | 0 | F | 109 | 37 | 44 |
| Octal | 245 | 177 | 332 | 30 | 52 | 0 | 17 | 411 | 67 | 104 |
| Binary | 10100101 | 1111111 | 11011010 | 11000 | 101010 | 0 | 1111 | 100001001 | 110111 | 1000100 |
Color Harmonies of #A57FDA
Complementary color
Monochromatic Colors of #A57FDA
Black with #A57FDA
Text Example
Text Example
White with #A57FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57FDA; }
p { color: rgb(165,127,218); }
H1.HeaderClassName
{
color: #A57FDA;
}
.AnyTagClassName
{
color: #A57FDA;
}
</style>
background-color css
<style>
a { background-color: #A57FDA; }
a { background-color: rgb(165,127,218); }
div.DivClassName
{
background-color: #A57FDA;
}
.BgClassName
{
background-color: #A57FDA;
}
</style>
border-color css
<style>
span { border-color: #A57FDA; }
span { border-color: rgb(165,127,218); }
td.TdClassName
{
border-color: #A57FDA;
}
.TagClassName
{
border-color: #A57FDA;
}
</style>