Shades of Medium Purple #A57AF6
Tints of Medium Purple #A57AF6
RGB
CMYK
RGB Variations
Color information
#A57AF6 (or 0xA57AF6) is known color: Medium Purple. HEX triplet: A5, 7A and F6. RGB value is (165,122,246). Sum of RGB (Red+Green+Blue) = 165+122+246=533 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.96% from 533); Green value is 122 (48.05% from 255 or 22.89% from 533); Blue value is 246 (96.48% from 255 or 46.15% from 533); Max value from RGB is 246 - color contains mainly: blue. Hex color #A57AF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57AF6 is #5A8509. Grayscale: #949494. Windows color (decimal): -5932298 or 16153253. OLE color: 16153253.
HSL color Cylindrical-coordinate representation of color #A57AF6: hue angle of 260.81º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A57AF6 is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 122 | 246 | - |
| CMYK | 0.33 | 0.50 | 0 | 0.04 |
| HSL | 260.81º | 0.87% | 0.72% | - |
| HSV(B) | 260.81º | 0.5% | 0.96% | - |
| XYZ | 39.11 | 28.57 | 90.64 | - |
| YUV | 148.99 | 182.75 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 122 | 246 | 0.33 | 0.50 | 0 | 0.04 | 260.81 | 0.87 | 0.72 |
| Hex | A5 | 7A | F6 | 21 | 32 | 0 | 4 | 105 | 57 | 48 |
| Octal | 245 | 172 | 366 | 41 | 62 | 0 | 4 | 405 | 127 | 110 |
| Binary | 10100101 | 1111010 | 11110110 | 100001 | 110010 | 0 | 100 | 100000101 | 1010111 | 1001000 |
Color Harmonies of #A57AF6
Complementary color
Monochromatic Colors of #A57AF6
Black with #A57AF6
Text Example
Text Example
White with #A57AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57AF6; }
p { color: rgb(165,122,246); }
H1.HeaderClassName
{
color: #A57AF6;
}
.AnyTagClassName
{
color: #A57AF6;
}
</style>
background-color css
<style>
a { background-color: #A57AF6; }
a { background-color: rgb(165,122,246); }
div.DivClassName
{
background-color: #A57AF6;
}
.BgClassName
{
background-color: #A57AF6;
}
</style>
border-color css
<style>
span { border-color: #A57AF6; }
span { border-color: rgb(165,122,246); }
td.TdClassName
{
border-color: #A57AF6;
}
.TagClassName
{
border-color: #A57AF6;
}
</style>