#A37AB5

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

Shades of East Side #A37AB5

Tints of East Side #A37AB5

Color information

#A37AB5 (or 0xA37AB5) is unknown color: approx East Side. HEX triplet: A3, 7A and B5. RGB value is (163,122,181). Sum of RGB (Red+Green+Blue) = 163+122+181=466 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.98% from 466); Green value is 122 (48.05% from 255 or 26.18% from 466); Blue value is 181 (71.09% from 255 or 38.84% from 466); Max value from RGB is 181 - color contains mainly: blue. Hex color #A37AB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37AB5 is #5C854A. Grayscale: #8C8C8C. Windows color (decimal): -6063435 or 11893411. OLE color: 11893411.

HSL color Cylindrical-coordinate representation of color #A37AB5: hue angle of 281.69º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A37AB5 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB163122181-
CMYK0.100.3300.29
HSL281.69º28.5%59.41%-
HSV(B)281.69º32.6%70.98%-
XYZ30.425.0446.95-
YUV140.98150.58143.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.98%
GREEN value IS 122 (48.05% from 255) = 26.18%
BLUE value IS 181 (71.09% from 255) = 38.84%
R=34.98%
G=26.18%
B=38.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631221810.100.3300.29281.6928.559.41
HexA37AB5A2101D11a1d3b
Octal24317226512410354323573
Binary10100011111101010110101101010000101110110001101011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37AB5; }

 p { color: rgb(163,122,181); }

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

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

 a { background-color: rgb(163,122,181); }

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

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

 span { border-color: rgb(163,122,181); }

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