Shades of Medium Purple #A57AFB
Tints of Medium Purple #A57AFB
RGB
CMYK
RGB Variations
Color information
#A57AFB (or 0xA57AFB) is known color: Medium Purple. HEX triplet: A5, 7A and FB. RGB value is (165,122,251). Sum of RGB (Red+Green+Blue) = 165+122+251=538 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.67% from 538); Green value is 122 (48.05% from 255 or 22.68% from 538); Blue value is 251 (98.44% from 255 or 46.65% from 538); Max value from RGB is 251 - color contains mainly: blue. Hex color #A57AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57AFB is #5A8504. Grayscale: #959595. Windows color (decimal): -5932293 or 16480933. OLE color: 16480933.
HSL color Cylindrical-coordinate representation of color #A57AFB: hue angle of 260º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A57AFB is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 122 | 251 | - |
| CMYK | 0.34 | 0.51 | 0 | 0.02 |
| HSL | 260º | 0.94% | 0.73% | - |
| HSV(B) | 260º | 0.51% | 0.98% | - |
| XYZ | 39.89 | 28.88 | 94.74 | - |
| YUV | 149.56 | 185.25 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 122 | 251 | 0.34 | 0.51 | 0 | 0.02 | 260 | 0.94 | 0.73 |
| Hex | A5 | 7A | FB | 22 | 33 | 0 | 2 | 104 | 5E | 49 |
| Octal | 245 | 172 | 373 | 42 | 63 | 0 | 2 | 404 | 136 | 111 |
| Binary | 10100101 | 1111010 | 11111011 | 100010 | 110011 | 0 | 10 | 100000100 | 1011110 | 1001001 |
Color Harmonies of #A57AFB
Complementary color
Monochromatic Colors of #A57AFB
Black with #A57AFB
Text Example
Text Example
White with #A57AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57AFB; }
p { color: rgb(165,122,251); }
H1.HeaderClassName
{
color: #A57AFB;
}
.AnyTagClassName
{
color: #A57AFB;
}
</style>
background-color css
<style>
a { background-color: #A57AFB; }
a { background-color: rgb(165,122,251); }
div.DivClassName
{
background-color: #A57AFB;
}
.BgClassName
{
background-color: #A57AFB;
}
</style>
border-color css
<style>
span { border-color: #A57AFB; }
span { border-color: rgb(165,122,251); }
td.TdClassName
{
border-color: #A57AFB;
}
.TagClassName
{
border-color: #A57AFB;
}
</style>