#A386BD

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

Shades of East Side #A386BD

Tints of East Side #A386BD

Color information

#A386BD (or 0xA386BD) is unknown color: approx East Side. HEX triplet: A3, 86 and BD. RGB value is (163,134,189). Sum of RGB (Red+Green+Blue) = 163+134+189=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 134 (52.73% from 255 or 27.57% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 189 - color contains mainly: blue. Hex color #A386BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A386BD is #5C7942. Grayscale: #949494. Windows color (decimal): -6060355 or 12420771. OLE color: 12420771.

HSL color Cylindrical-coordinate representation of color #A386BD: hue angle of 271.64º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A386BD is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB163134189-
CMYK0.140.2900.26
HSL271.64º29.41%63.33%-
HSV(B)271.64º29.1%74.12%-
XYZ32.8128.5151.92-
YUV148.94150.61138.03-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.54%
GREEN value IS 134 (52.73% from 255) = 27.57%
BLUE value IS 189 (74.22% from 255) = 38.89%
R=33.54%
G=27.57%
B=38.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1631341890.140.2900.26271.6429.4163.33
HexA386BDE1D01A1101d3f
Octal24320627516350324203577
Binary10100011100001101011110111101110101101010001000011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A386BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A386BD; }

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

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

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

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

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

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

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

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