Shades of Medium Purple #A57BED
Tints of Medium Purple #A57BED
RGB
CMYK
RGB Variations
Color information
#A57BED (or 0xA57BED) is known color: Medium Purple. HEX triplet: A5, 7B and ED. RGB value is (165,123,237). Sum of RGB (Red+Green+Blue) = 165+123+237=525 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.43% from 525); Green value is 123 (48.44% from 255 or 23.43% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #A57BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57BED is #5A8412. Grayscale: #949494. Windows color (decimal): -5932051 or 15563685. OLE color: 15563685.
HSL color Cylindrical-coordinate representation of color #A57BED: hue angle of 262.11º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A57BED is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 123 | 237 | - |
| CMYK | 0.30 | 0.48 | 0 | 0.07 |
| HSL | 262.11º | 0.76% | 0.71% | - |
| HSV(B) | 262.11º | 0.48% | 0.93% | - |
| XYZ | 37.89 | 28.28 | 83.58 | - |
| YUV | 148.55 | 177.91 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 123 | 237 | 0.30 | 0.48 | 0 | 0.07 | 262.11 | 0.76 | 0.71 |
| Hex | A5 | 7B | ED | 1E | 30 | 0 | 7 | 106 | 4C | 47 |
| Octal | 245 | 173 | 355 | 36 | 60 | 0 | 7 | 406 | 114 | 107 |
| Binary | 10100101 | 1111011 | 11101101 | 11110 | 110000 | 0 | 111 | 100000110 | 1001100 | 1000111 |
Color Harmonies of #A57BED
Complementary color
Monochromatic Colors of #A57BED
Black with #A57BED
Text Example
Text Example
White with #A57BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57BED; }
p { color: rgb(165,123,237); }
H1.HeaderClassName
{
color: #A57BED;
}
.AnyTagClassName
{
color: #A57BED;
}
</style>
background-color css
<style>
a { background-color: #A57BED; }
a { background-color: rgb(165,123,237); }
div.DivClassName
{
background-color: #A57BED;
}
.BgClassName
{
background-color: #A57BED;
}
</style>
border-color css
<style>
span { border-color: #A57BED; }
span { border-color: rgb(165,123,237); }
td.TdClassName
{
border-color: #A57BED;
}
.TagClassName
{
border-color: #A57BED;
}
</style>