#A57BE8

Color #A57BE8 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #A57BE8

Tints of Medium Purple #A57BE8

Color information

#A57BE8 (or 0xA57BE8) is unknown color: approx Medium Purple. HEX triplet: A5, 7B and E8. RGB value is (165,123,232). Sum of RGB (Red+Green+Blue) = 165+123+232=520 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.73% from 520); Green value is 123 (48.44% from 255 or 23.65% from 520); Blue value is 232 (91.02% from 255 or 44.62% from 520); Max value from RGB is 232 - color contains mainly: blue. Hex color #A57BE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57BE8 is #5A8417. Grayscale: #939393. Windows color (decimal): -5932056 or 15236005. OLE color: 15236005.

HSL color Cylindrical-coordinate representation of color #A57BE8: hue angle of 263.12º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A57BE8 is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB165123232-
CMYK0.290.4700.09
HSL263.12º70.32%69.61%-
HSV(B)263.12º46.98%90.98%-
XYZ37.1727.9979.79-
YUV147.98175.41140.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 31.73%
GREEN value IS 123 (48.44% from 255) = 23.65%
BLUE value IS 232 (91.02% from 255) = 44.62%
R=31.73%
G=23.65%
B=44.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1651232320.290.4700.09263.1270.3269.61
HexA57BE81D2F091074646
Octal2451733503557011407106106
Binary10100101111101111101000111011011110100110000011110001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57BE8; }

 p { color: rgb(165,123,232); }

 H1.HeaderClassName
 {
   color: #A57BE8;
 }
 .AnyTagClassName
 {
   color: #A57BE8;
 }
</style>
background-color css

<style>
 a { background-color: #A57BE8; }

 a { background-color: rgb(165,123,232); }

 div.DivClassName
 {
   background-color: #A57BE8;
 }
 .BgClassName
 {
   background-color: #A57BE8;
 }
</style>
border-color css

<style>
 span { border-color: #A57BE8; }

 span { border-color: rgb(165,123,232); }

 td.TdClassName
 {
   border-color: #A57BE8;
 }
 .TagClassName
 {
   border-color: #A57BE8;
 }
</style>