#A37BBA

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

Shades of East Side #A37BBA

Tints of East Side #A37BBA

Color information

#A37BBA (or 0xA37BBA) is unknown color: approx East Side. HEX triplet: A3, 7B and BA. RGB value is (163,123,186). Sum of RGB (Red+Green+Blue) = 163+123+186=472 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.53% from 472); Green value is 123 (48.44% from 255 or 26.06% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: blue. Hex color #A37BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37BBA is #5C8445. Grayscale: #8D8D8D. Windows color (decimal): -6063174 or 12221347. OLE color: 12221347.

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

Color convert

RGB163123186-
CMYK0.120.3400.27
HSL278.1º31.34%60.59%-
HSV(B)278.1º33.87%72.94%-
XYZ31.0525.549.74-
YUV142.14152.75142.88-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.53%
GREEN value IS 123 (48.44% from 255) = 26.06%
BLUE value IS 186 (73.05% from 255) = 39.41%
R=34.53%
G=26.06%
B=39.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631231860.120.3400.27278.131.3460.59
HexA37BBAC2201B1161f3d
Octal24317327214420334263775
Binary10100011111101110111010110010001001101110001011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37BBA; }

 p { color: rgb(163,123,186); }

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

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

 a { background-color: rgb(163,123,186); }

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

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

 span { border-color: rgb(163,123,186); }

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