#A37FBC

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

Shades of East Side #A37FBC

Tints of East Side #A37FBC

Color information

#A37FBC (or 0xA37FBC) is unknown color: approx East Side. HEX triplet: A3, 7F and BC. RGB value is (163,127,188). Sum of RGB (Red+Green+Blue) = 163+127+188=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 188 - color contains mainly: blue. Hex color #A37FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37FBC is #5C8043. Grayscale: #909090. Windows color (decimal): -6062148 or 12353443. OLE color: 12353443.

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

Color convert

RGB163127188-
CMYK0.130.3200.26
HSL275.41º31.28%61.76%-
HSV(B)275.41º32.45%73.73%-
XYZ31.7726.651.04-
YUV144.72152.43141.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.10%
GREEN value IS 127 (50% from 255) = 26.57%
BLUE value IS 188 (73.83% from 255) = 39.33%
R=34.10%
G=26.57%
B=39.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1631271880.130.3200.26275.4131.2861.76
HexA37FBCD2001A1131f3e
Octal24317727415400324233776
Binary10100011111111110111100110110000001101010001001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37FBC; }

 p { color: rgb(163,127,188); }

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

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

 a { background-color: rgb(163,127,188); }

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

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

 span { border-color: rgb(163,127,188); }

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