#A57EBB

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

Shades of East Side #A57EBB

Tints of East Side #A57EBB

Color information

#A57EBB (or 0xA57EBB) is unknown color: approx East Side. HEX triplet: A5, 7E and BB. RGB value is (165,126,187). Sum of RGB (Red+Green+Blue) = 165+126+187=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 126 (49.61% from 255 or 26.36% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 187 - color contains mainly: blue. Hex color #A57EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57EBB is #5A8144. Grayscale: #909090. Windows color (decimal): -5931333 or 12287653. OLE color: 12287653.

HSL color Cylindrical-coordinate representation of color #A57EBB: hue angle of 278.36º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A57EBB is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB165126187-
CMYK0.120.3300.27
HSL278.36º30.96%61.37%-
HSV(B)278.36º32.62%73.33%-
XYZ31.9526.5150.45-
YUV144.62151.92142.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.52%
GREEN value IS 126 (49.61% from 255) = 26.36%
BLUE value IS 187 (73.44% from 255) = 39.12%
R=34.52%
G=26.36%
B=39.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651261870.120.3300.27278.3630.9661.37
HexA57EBBC2101B1161f3d
Octal24517627314410334263775
Binary10100101111111010111011110010000101101110001011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57EBB; }

 p { color: rgb(165,126,187); }

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

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

 a { background-color: rgb(165,126,187); }

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

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

 span { border-color: rgb(165,126,187); }

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