#A686BA

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

Shades of East Side #A686BA

Tints of East Side #A686BA

Color information

#A686BA (or 0xA686BA) is unknown color: approx East Side. HEX triplet: A6, 86 and BA. RGB value is (166,134,186). Sum of RGB (Red+Green+Blue) = 166+134+186=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 134 (52.73% from 255 or 27.57% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 186 - color contains mainly: blue. Hex color #A686BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A686BA is #597945. Grayscale: #959595. Windows color (decimal): -5863750 or 12224166. OLE color: 12224166.

HSL color Cylindrical-coordinate representation of color #A686BA: hue angle of 276.92º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A686BA is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB166134186-
CMYK0.110.2800.27
HSL276.92º27.37%62.75%-
HSV(B)276.92º27.96%72.94%-
XYZ33.1128.750.25-
YUV149.5148.6139.77-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.16%
GREEN value IS 134 (52.73% from 255) = 27.57%
BLUE value IS 186 (73.05% from 255) = 38.27%
R=34.16%
G=27.57%
B=38.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661341860.110.2800.27276.9227.3762.75
HexA686BAB1C01B1151b3f
Octal24620627213340334253377
Binary10100110100001101011101010111110001101110001010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A686BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A686BA; }

 p { color: rgb(166,134,186); }

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

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

 a { background-color: rgb(166,134,186); }

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

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

 span { border-color: rgb(166,134,186); }

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