#A386B3

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

Shades of East Side #A386B3

Tints of East Side #A386B3

Color information

#A386B3 (or 0xA386B3) is unknown color: approx East Side. HEX triplet: A3, 86 and B3. RGB value is (163,134,179). Sum of RGB (Red+Green+Blue) = 163+134+179=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 134 (52.73% from 255 or 28.15% from 476); Blue value is 179 (70.31% from 255 or 37.61% from 476); Max value from RGB is 179 - color contains mainly: blue. Hex color #A386B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A386B3 is #5C794C. Grayscale: #939393. Windows color (decimal): -6060365 or 11765411. OLE color: 11765411.

HSL color Cylindrical-coordinate representation of color #A386B3: hue angle of 278.67º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A386B3 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB163134179-
CMYK0.090.2500.30
HSL278.67º22.84%61.37%-
HSV(B)278.67º25.14%70.2%-
XYZ31.7728.0946.4-
YUV147.8145.61138.84-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.24%
GREEN value IS 134 (52.73% from 255) = 28.15%
BLUE value IS 179 (70.31% from 255) = 37.61%
R=34.24%
G=28.15%
B=37.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1631341790.090.2500.30278.6722.8461.37
HexA386B391901E117173d
Octal24320626311310364272775
Binary10100011100001101011001110011100101111010001011110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A386B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A386B3; }

 p { color: rgb(163,134,179); }

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

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

 a { background-color: rgb(163,134,179); }

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

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

 span { border-color: rgb(163,134,179); }

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