#A57DBF

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

Shades of East Side #A57DBF

Tints of East Side #A57DBF

Color information

#A57DBF (or 0xA57DBF) is unknown color: approx East Side. HEX triplet: A5, 7D and BF. RGB value is (165,125,191). Sum of RGB (Red+Green+Blue) = 165+125+191=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 125 (49.22% from 255 or 25.99% from 481); Blue value is 191 (75% from 255 or 39.71% from 481); Max value from RGB is 191 - color contains mainly: blue. Hex color #A57DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57DBF is #5A8240. Grayscale: #909090. Windows color (decimal): -5931585 or 12549541. OLE color: 12549541.

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

Color convert

RGB165125191-
CMYK0.140.3500.25
HSL276.36º34.02%61.96%-
HSV(B)276.36º34.55%74.9%-
XYZ32.2526.4352.69-
YUV144.48154.25142.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.30%
GREEN value IS 125 (49.22% from 255) = 25.99%
BLUE value IS 191 (75% from 255) = 39.71%
R=34.30%
G=25.99%
B=39.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651251910.140.3500.25276.3634.0261.96
HexA57DBFE23019114223e
Octal24517527716430314244276
Binary101001011111101101111111110100011011001100010100100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57DBF; }

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

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

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

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

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

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

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

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