#A57DBE

Color #A57DBE East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #A57DBE

Tints of East Side #A57DBE

Color information

#A57DBE (or 0xA57DBE) is unknown color: approx East Side. HEX triplet: A5, 7D and BE. RGB value is (165,125,190). Sum of RGB (Red+Green+Blue) = 165+125+190=480 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.38% from 480); Green value is 125 (49.22% from 255 or 26.04% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 190 - color contains mainly: blue. Hex color #A57DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57DBE is #5A8241. Grayscale: #909090. Windows color (decimal): -5931586 or 12484005. OLE color: 12484005.

HSL color Cylindrical-coordinate representation of color #A57DBE: hue angle of 276.92º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A57DBE is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB165125190-
CMYK0.130.3400.25
HSL276.92º33.33%61.76%-
HSV(B)276.92º34.21%74.51%-
XYZ32.1426.3852.11-
YUV144.37153.75142.71-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.38%
GREEN value IS 125 (49.22% from 255) = 26.04%
BLUE value IS 190 (74.61% from 255) = 39.58%
R=34.38%
G=26.04%
B=39.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651251900.130.3400.25276.9233.3361.76
HexA57DBED22019115213e
Octal24517527615420314254176
Binary101001011111101101111101101100010011001100010101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57DBE; }

 p { color: rgb(165,125,190); }

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

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

 a { background-color: rgb(165,125,190); }

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

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

 span { border-color: rgb(165,125,190); }

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