#A386AC

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

Shades of East Side #A386AC

Tints of East Side #A386AC

Color information

#A386AC (or 0xA386AC) is unknown color: approx East Side. HEX triplet: A3, 86 and AC. RGB value is (163,134,172). Sum of RGB (Red+Green+Blue) = 163+134+172=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 134 (52.73% from 255 or 28.57% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 172 - color contains mainly: blue. Hex color #A386AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A386AC is #5C7953. Grayscale: #929292. Windows color (decimal): -6060372 or 11306659. OLE color: 11306659.

HSL color Cylindrical-coordinate representation of color #A386AC: hue angle of 285.79º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A386AC is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB163134172-
CMYK0.050.2200.33
HSL285.79º18.63%60%-
HSV(B)285.79º22.09%67.45%-
XYZ31.0827.8242.76-
YUV147142.11139.41-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.75%
GREEN value IS 134 (52.73% from 255) = 28.57%
BLUE value IS 172 (67.58% from 255) = 36.67%
R=34.75%
G=28.57%
B=36.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631341720.050.2200.33285.7918.6360
HexA386AC51602111e133c
Octal2432062545260414362374
Binary10100011100001101010110010110110010000110001111010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A386AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A386AC; }

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

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

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

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

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

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

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

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