Shades of Medium Purple #A57BEA
Tints of Medium Purple #A57BEA
RGB
CMYK
RGB Variations
Color information
#A57BEA (or 0xA57BEA) is known color: Medium Purple. HEX triplet: A5, 7B and EA. RGB value is (165,123,234). Sum of RGB (Red+Green+Blue) = 165+123+234=522 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.61% from 522); Green value is 123 (48.44% from 255 or 23.56% from 522); Blue value is 234 (91.80% from 255 or 44.83% from 522); Max value from RGB is 234 - color contains mainly: blue. Hex color #A57BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57BEA is #5A8415. Grayscale: #939393. Windows color (decimal): -5932054 or 15367077. OLE color: 15367077.
HSL color Cylindrical-coordinate representation of color #A57BEA: hue angle of 262.7º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A57BEA is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 123 | 234 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.08 |
| HSL | 262.7º | 0.73% | 0.7% | - |
| HSV(B) | 262.7º | 0.47% | 0.92% | - |
| XYZ | 37.45 | 28.11 | 81.29 | - |
| YUV | 148.21 | 176.41 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 123 | 234 | 0.29 | 0.47 | 0 | 0.08 | 262.7 | 0.73 | 0.7 |
| Hex | A5 | 7B | EA | 1D | 2F | 0 | 8 | 107 | 49 | 46 |
| Octal | 245 | 173 | 352 | 35 | 57 | 0 | 10 | 407 | 111 | 106 |
| Binary | 10100101 | 1111011 | 11101010 | 11101 | 101111 | 0 | 1000 | 100000111 | 1001001 | 1000110 |
Color Harmonies of #A57BEA
Complementary color
Monochromatic Colors of #A57BEA
Black with #A57BEA
Text Example
Text Example
White with #A57BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57BEA; }
p { color: rgb(165,123,234); }
H1.HeaderClassName
{
color: #A57BEA;
}
.AnyTagClassName
{
color: #A57BEA;
}
</style>
background-color css
<style>
a { background-color: #A57BEA; }
a { background-color: rgb(165,123,234); }
div.DivClassName
{
background-color: #A57BEA;
}
.BgClassName
{
background-color: #A57BEA;
}
</style>
border-color css
<style>
span { border-color: #A57BEA; }
span { border-color: rgb(165,123,234); }
td.TdClassName
{
border-color: #A57BEA;
}
.TagClassName
{
border-color: #A57BEA;
}
</style>