#A57EB3

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

Shades of East Side #A57EB3

Tints of East Side #A57EB3

Color information

#A57EB3 (or 0xA57EB3) is unknown color: approx East Side. HEX triplet: A5, 7E and B3. RGB value is (165,126,179). Sum of RGB (Red+Green+Blue) = 165+126+179=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 126 (49.61% from 255 or 26.81% from 470); Blue value is 179 (70.31% from 255 or 38.09% from 470); Max value from RGB is 179 - color contains mainly: blue. Hex color #A57EB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57EB3 is #5A814C. Grayscale: #8F8F8F. Windows color (decimal): -5931341 or 11763365. OLE color: 11763365.

HSL color Cylindrical-coordinate representation of color #A57EB3: hue angle of 284.15º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A57EB3 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB165126179-
CMYK0.080.3000.30
HSL284.15º25.85%59.8%-
HSV(B)284.15º29.61%70.2%-
XYZ31.1126.1846.06-
YUV143.7147.92143.19-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.11%
GREEN value IS 126 (49.61% from 255) = 26.81%
BLUE value IS 179 (70.31% from 255) = 38.09%
R=35.11%
G=26.81%
B=38.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1651261790.080.3000.30284.1525.8559.8
HexA57EB381E01E11c1a3c
Octal24517626310360364343274
Binary1010010111111101011001110001111001111010001110011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57EB3; }

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

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

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

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

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

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

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

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