#A37EBD

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

Shades of East Side #A37EBD

Tints of East Side #A37EBD

Color information

#A37EBD (or 0xA37EBD) is unknown color: approx East Side. HEX triplet: A3, 7E and BD. RGB value is (163,126,189). Sum of RGB (Red+Green+Blue) = 163+126+189=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 126 (49.61% from 255 or 26.36% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 189 - color contains mainly: blue. Hex color #A37EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37EBD is #5C8142. Grayscale: #909090. Windows color (decimal): -6062403 or 12418723. OLE color: 12418723.

HSL color Cylindrical-coordinate representation of color #A37EBD: hue angle of 275.24º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A37EBD is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB163126189-
CMYK0.140.3300.26
HSL275.24º32.31%61.76%-
HSV(B)275.24º33.33%74.12%-
XYZ31.7526.3851.56-
YUV144.24153.26141.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.10%
GREEN value IS 126 (49.61% from 255) = 26.36%
BLUE value IS 189 (74.22% from 255) = 39.54%
R=34.10%
G=26.36%
B=39.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1631261890.140.3300.26275.2432.3161.76
HexA37EBDE2101A113203e
Octal24317627516410324234076
Binary101000111111110101111011110100001011010100010011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37EBD; }

 p { color: rgb(163,126,189); }

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

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

 a { background-color: rgb(163,126,189); }

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

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

 span { border-color: rgb(163,126,189); }

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