#A37DBF

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

Shades of East Side #A37DBF

Tints of East Side #A37DBF

Color information

#A37DBF (or 0xA37DBF) is unknown color: approx East Side. HEX triplet: A3, 7D and BF. RGB value is (163,125,191). Sum of RGB (Red+Green+Blue) = 163+125+191=479 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.03% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 191 (75% from 255 or 39.87% from 479); Max value from RGB is 191 - color contains mainly: blue. Hex color #A37DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37DBF is #5C8240. Grayscale: #8F8F8F. Windows color (decimal): -6062657 or 12549539. OLE color: 12549539.

HSL color Cylindrical-coordinate representation of color #A37DBF: hue angle of 274.55º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A37DBF is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB163125191-
CMYK0.150.3500.25
HSL274.55º34.02%61.96%-
HSV(B)274.55º34.55%74.9%-
XYZ31.8426.2252.67-
YUV143.89154.59141.63-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.03%
GREEN value IS 125 (49.22% from 255) = 26.10%
BLUE value IS 191 (75% from 255) = 39.87%
R=34.03%
G=26.10%
B=39.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631251910.150.3500.25274.5534.0261.96
HexA37DBFF23019113223e
Octal24317527717430314234276
Binary101000111111101101111111111100011011001100010011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37DBF; }

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

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

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

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

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

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

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

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