#A57BED

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

Shades of Medium Purple #A57BED

Tints of Medium Purple #A57BED

Color information

#A57BED (or 0xA57BED) is unknown color: approx 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

RGB165123237-
CMYK0.300.4800.07
HSL262.11º76%70.59%-
HSV(B)262.11º48.1%92.94%-
XYZ37.8928.2883.58-
YUV148.55177.91139.73-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.43%
GREEN value IS 123 (48.44% from 255) = 23.43%
BLUE value IS 237 (92.97% from 255) = 45.14%
R=31.43%
G=23.43%
B=45.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1651232370.300.4800.07262.117670.59
HexA57BED1E30071064c47
Octal245173355366007406114107
Binary1010010111110111110110111110110000011110000011010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>