Shades of Medium Purple #A57AD5
Tints of Medium Purple #A57AD5
RGB
CMYK
RGB Variations
Color information
#A57AD5 (or 0xA57AD5) is known color: Medium Purple. HEX triplet: A5, 7A and D5. RGB value is (165,122,213). Sum of RGB (Red+Green+Blue) = 165+122+213=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 122 (48.05% from 255 or 24.4% from 500); Blue value is 213 (83.59% from 255 or 42.6% from 500); Max value from RGB is 213 - color contains mainly: blue. Hex color #A57AD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57AD5 is #5A852A. Grayscale: #909090. Windows color (decimal): -5932331 or 13990565. OLE color: 13990565.
HSL color Cylindrical-coordinate representation of color #A57AD5: hue angle of 268.35º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A57AD5 is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 122 | 213 | - |
| CMYK | 0.23 | 0.43 | 0 | 0.16 |
| HSL | 268.35º | 0.52% | 0.66% | - |
| HSV(B) | 268.35º | 0.43% | 0.84% | - |
| XYZ | 34.49 | 26.72 | 66.29 | - |
| YUV | 145.23 | 166.25 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 122 | 213 | 0.23 | 0.43 | 0 | 0.16 | 268.35 | 0.52 | 0.66 |
| Hex | A5 | 7A | D5 | 17 | 2B | 0 | 10 | 10C | 34 | 42 |
| Octal | 245 | 172 | 325 | 27 | 53 | 0 | 20 | 414 | 64 | 102 |
| Binary | 10100101 | 1111010 | 11010101 | 10111 | 101011 | 0 | 10000 | 100001100 | 110100 | 1000010 |
Color Harmonies of #A57AD5
Complementary color
Monochromatic Colors of #A57AD5
Black with #A57AD5
Text Example
Text Example
White with #A57AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57AD5; }
p { color: rgb(165,122,213); }
H1.HeaderClassName
{
color: #A57AD5;
}
.AnyTagClassName
{
color: #A57AD5;
}
</style>
background-color css
<style>
a { background-color: #A57AD5; }
a { background-color: rgb(165,122,213); }
div.DivClassName
{
background-color: #A57AD5;
}
.BgClassName
{
background-color: #A57AD5;
}
</style>
border-color css
<style>
span { border-color: #A57AD5; }
span { border-color: rgb(165,122,213); }
td.TdClassName
{
border-color: #A57AD5;
}
.TagClassName
{
border-color: #A57AD5;
}
</style>