#A37DBA

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

Shades of East Side #A37DBA

Tints of East Side #A37DBA

Color information

#A37DBA (or 0xA37DBA) is unknown color: approx East Side. HEX triplet: A3, 7D and BA. RGB value is (163,125,186). Sum of RGB (Red+Green+Blue) = 163+125+186=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 125 (49.22% from 255 or 26.37% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 186 - color contains mainly: blue. Hex color #A37DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37DBA is #5C8245. Grayscale: #8F8F8F. Windows color (decimal): -6062662 or 12221859. OLE color: 12221859.

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

Color convert

RGB163125186-
CMYK0.120.3300.27
HSL277.38º30.65%60.98%-
HSV(B)277.38º32.8%72.94%-
XYZ31.32649.82-
YUV143.32152.09142.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.39%
GREEN value IS 125 (49.22% from 255) = 26.37%
BLUE value IS 186 (73.05% from 255) = 39.24%
R=34.39%
G=26.37%
B=39.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631251860.120.3300.27277.3830.6560.98
HexA37DBAC2101B1151f3d
Octal24317527214410334253775
Binary10100011111110110111010110010000101101110001010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37DBA; }

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

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

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

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

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

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

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

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