#A386B6

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

Shades of East Side #A386B6

Tints of East Side #A386B6

Color information

#A386B6 (or 0xA386B6) is unknown color: approx East Side. HEX triplet: A3, 86 and B6. RGB value is (163,134,182). Sum of RGB (Red+Green+Blue) = 163+134+182=479 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.03% from 479); Green value is 134 (52.73% from 255 or 27.97% from 479); Blue value is 182 (71.48% from 255 or 38.00% from 479); Max value from RGB is 182 - color contains mainly: blue. Hex color #A386B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A386B6 is #5C7949. Grayscale: #939393. Windows color (decimal): -6060362 or 11962019. OLE color: 11962019.

HSL color Cylindrical-coordinate representation of color #A386B6: hue angle of 276.25º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A386B6 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB163134182-
CMYK0.100.2600.29
HSL276.25º24.74%61.96%-
HSV(B)276.25º26.37%71.37%-
XYZ32.0728.2148.01-
YUV148.14147.11138.6-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.03%
GREEN value IS 134 (52.73% from 255) = 27.97%
BLUE value IS 182 (71.48% from 255) = 38.00%
R=34.03%
G=27.97%
B=38.00%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631341820.100.2600.29276.2524.7461.96
HexA386B6A1A01D114193e
Octal24320626612320354243176
Binary10100011100001101011011010101101001110110001010011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A386B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A386B6; }

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

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

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

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

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

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

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

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